Searched refs:translationUnitDecl (Results 1 – 4 of 4) sorted by relevance
98 TEST(DeclarationMatcher, translationUnitDecl) { in TEST() argument104 Code, varDecl(hasName("MyVar1"), hasDeclContext(translationUnitDecl())))); in TEST()106 Code, varDecl(hasName("MyVar2"), hasDeclContext(translationUnitDecl())))); in TEST()110 hasDeclContext(decl(hasDeclContext(translationUnitDecl())))))); in TEST()
315 hasParent(translationUnitDecl())))); in MatchAllOverriddenMethods()1535 hasParent(translationUnitDecl())); in main()1539 hasParent(translationUnitDecl())))); in main()
399 REGISTER_MATCHER(translationUnitDecl); in RegistryMaps()
159 translationUnitDecl; variable