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

  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 56 hasParent(cxxRecordDecl(isTemplateInstantiation())))));
61 hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))))));
67 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))),
68 hasParent(cxxRecordDecl(isTemplateInstantiation()))))));
77 hasAncestor(cxxRecordDecl(isTemplateInstantiation())),
78 hasAncestor(cxxRecordDecl(unless(isTemplateInstantiation())))))));
ASTImporterTest.cpp 212 cxxRecordDecl(
268 cxxRecordDecl(
SourceLocationTest.cpp 530 friendDecl(hasParent(cxxRecordDecl(isTemplateInstantiation())))));
  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp 155 cxxRecordDecl(
293 DeclarationMatcher YOrZDerivedFromX = cxxRecordDecl(
327 DeclarationMatcher IsDerivedFromX = cxxRecordDecl(isDerivedFrom("X"));
335 DeclarationMatcher IsAX = cxxRecordDecl(isSameOrDerivedFrom("X"));
344 cxxRecordDecl(hasName("Z"), isDerivedFrom("X"));
463 cxxRecordDecl(isDerivedFrom(recordDecl(hasName("Some"))))));
470 cxxRecordDecl(hasName("B"), isDerivedFrom(recordDecl(hasName("A"))))));
487 hasInitializer(hasType(cxxRecordDecl(isDerivedFrom("Base1")))))));
491 hasInitializer(hasType(cxxRecordDecl(isDerivedFrom("Base2")))))));
495 hasInitializer(hasType(cxxRecordDecl(isDerivedFrom("Base1")
    [all...]
ASTMatchersTraversalTest.cpp 24 cxxRecordDecl(hasMethod(hasName("func")))));
26 cxxRecordDecl(hasMethod(isPublic()))));
36 cxxRecordDecl(hasName("B"), isDerivedFrom(recordDecl()))));
154 hasDeclaration(cxxRecordDecl(isDerivedFrom("A")));
196 // InjectedClassNameType -> CXXRecordDecl
    [all...]
ASTMatchersInternalTest.cpp 39 DeclarationMatcher IsDerivedFromEmpty = cxxRecordDecl(isDerivedFrom(""));
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 277 auto is_scoped_refptr = cxxRecordDecl(isSameOrDerivedFrom("::scoped_refptr"),
331 anyOf(cxxMethodDecl(ofClass(cxxRecordDecl(isSameOrDerivedFrom(
336 cxxConstructorDecl(ofClass(cxxRecordDecl(
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 430 ofClass(cxxRecordDecl(hasName("::std::unique_ptr"))))),
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
198 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
219 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
244 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
365 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 151 REGISTER_MATCHER(cxxRecordDecl);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), hasChild(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h 17 // cxxRecordDecl(hasName("MyClass"))
28 // cxxRecordDecl(hasName("MyClass"), has(id("child", recordDecl())))
196 /// (matcher = cxxRecordDecl(isExpansionInMainFile())
217 /// (matcher = cxxRecordDecl(isExpansionInSystemHeader())
242 /// (matcher = cxxRecordDecl(isExpansionInFileMatching("AST.*"))
363 CXXRecordDecl> cxxRecordDecl;
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 204 auto internal_settings_class_decl = cxxRecordDecl(
    [all...]

Completed in 1353 milliseconds