HomeSort by relevance Sort by last modified time
    Searched refs:translationUnitDecl (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 326 REGISTER_MATCHER(translationUnitDecl);
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 382 TEST(DeclarationMatcher, translationUnitDecl) {
388 Code, varDecl(hasName("MyVar1"), hasDeclContext(translationUnitDecl()))));
390 Code, varDecl(hasName("MyVar2"), hasDeclContext(translationUnitDecl()))));
394 hasDeclContext(decl(hasDeclContext(translationUnitDecl()))))));
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 156 /// decl(hasDeclContext(translationUnitDecl()))
158 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
159 translationUnitDecl;
    [all...]

Completed in 37 milliseconds