Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DODRHash.cpp574 const bool HasBody = Function->isThisDeclarationADefinition() && in AddFunctionDecl() local
577 AddBoolean(HasBody); in AddFunctionDecl()
578 if (!HasBody) { in AddFunctionDecl()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1060 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() argument
1061 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1604 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument
1617 TEST(HasBody, FindsBodyOfFunctions) { in TEST() argument
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1005 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp2018 bool HasBody = FD->hasBody(FDBody); in SetFunctionAttributes() local
2019 (void)HasBody; in SetFunctionAttributes()
2020 assert(HasBody && "Inline builtin declarations should always have an " in SetFunctionAttributes()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2497 static bool isConsumerInterestedIn(Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2514 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp2825 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2854 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()