Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h171 bool hasBody() const { return HasBody; } in hasBody()
207 HasBody = NewHasBody; in setCode()
252 bool HasBody = false; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp712 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local
715 AddBoolean(HasBody); in AddFunctionDecl()
716 if (!HasBody) { in AddFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1096 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() argument
1097 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3208 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
3232 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2852 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2853 (void)HasBody; in SetFunctionAttributes()
2854 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()