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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp574 const bool HasBody = Function->isThisDeclarationADefinition() && local
577 AddBoolean(HasBody);
578 if (!HasBody) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1040 InterestingDecl(Decl *D, bool HasBody) argument
1041 : D(D), DeclHasPendingBody(HasBody) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1853 bool HasBody = FD->hasBody(FDBody); local
1854 (void)HasBody;
1855 assert(HasBody && "Inline builtin declarations should always have an "
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2810 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { argument
2838 return Func->doesThisDeclarationHaveABody() || HasBody;

Completed in 223 milliseconds