Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h252 bool HasBody = false; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp712 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1096 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3208 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2852 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local