Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp98 TEST(DeclarationMatcher, translationUnitDecl) { in TEST() argument
104 Code, varDecl(hasName("MyVar1"), hasDeclContext(translationUnitDecl())))); in TEST()
106 Code, varDecl(hasName("MyVar2"), hasDeclContext(translationUnitDecl())))); in TEST()
110 hasDeclContext(decl(hasDeclContext(translationUnitDecl())))))); in TEST()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp315 hasParent(translationUnitDecl())))); in MatchAllOverriddenMethods()
1535 hasParent(translationUnitDecl())); in main()
1539 hasParent(translationUnitDecl())))); in main()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp399 REGISTER_MATCHER(translationUnitDecl); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h159 translationUnitDecl; variable