Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1005 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2497 static bool isConsumerInterestedIn(Decl *D, bool HasBody) { in isConsumerInterestedIn() argument
2514 return Func->doesThisDeclarationHaveABody() || HasBody; in isConsumerInterestedIn()