Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp564 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local
567 AddBoolean(HasBody); in AddFunctionDecl()
568 if (!HasBody) { in AddFunctionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1048 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() argument
1049 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2760 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2787 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()