Home
last modified time | relevance | path

Searched defs:hasBody (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1016 virtual bool hasBody() const { return getBody() != nullptr; } in hasBody() function
H A DDeclObjC.h524 bool hasBody() const override { return Body.isValid(); } in hasBody() function
H A DDecl.h2059 bool hasBody() const override { in hasBody() function
/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp458 bool hasBody() const { return Body && !Body->getValues().empty(); } in hasBody() function in __anon7e6fcd500111::Intrinsic
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2923 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5282 AST_POLYMORPHIC_MATCHER_P(hasBody, in AST_POLYMORPHIC_MATCHER_P() argument