Home
last modified time | relevance | path

Searched refs:HasBody (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp574 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local
577 AddBoolean(HasBody); in AddFunctionDecl()
578 if (!HasBody) { in AddFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1064 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() argument
1065 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2112 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2113 (void)HasBody; in SetFunctionAttributes()
2114 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2827 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2856 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()