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

  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 98 TEST(DeclarationMatcher, translationUnitDecl) {
104 Code, varDecl(hasName("MyVar1"), hasDeclContext(translationUnitDecl()))));
106 Code, varDecl(hasName("MyVar2"), hasDeclContext(translationUnitDecl()))));
110 hasDeclContext(decl(hasDeclContext(translationUnitDecl()))))));
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 315 hasParent(translationUnitDecl()))));
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 399 REGISTER_MATCHER(translationUnitDecl);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 156 /// decl(hasDeclContext(translationUnitDecl()))
158 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
159 translationUnitDecl;
    [all...]

Completed in 173 milliseconds