Home
last modified time | relevance | path

Searched defs: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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1064 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2827 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2112 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local