HomeSort by relevance Sort by last modified time
    Searched refs:translationUnitDecl (Results 1 - 18 of 18) 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 207 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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h 144 /// decl(hasDeclContext(translationUnitDecl()))
146 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
147 translationUnitDecl;
    [all...]

Completed in 89 milliseconds