Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp326 REGISTER_MATCHER(translationUnitDecl); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp382 TEST(DeclarationMatcher, translationUnitDecl) { in TEST() argument
388 Code, varDecl(hasName("MyVar1"), hasDeclContext(translationUnitDecl())))); in TEST()
390 Code, varDecl(hasName("MyVar2"), hasDeclContext(translationUnitDecl())))); in TEST()
394 hasDeclContext(decl(hasDeclContext(translationUnitDecl())))))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h159 translationUnitDecl; variable