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

  /external/clang/unittests/AST/
ASTContextParentMapTest.cpp 28 cxxMethodDecl(hasParent(recordDecl(hasName("C"))))));
55 cxxMethodDecl(hasName("f"),
60 cxxMethodDecl(hasName("f"),
65 cxxMethodDecl(
DeclPrinterTest.cpp 595 cxxMethodDecl(ofClass(hasName("A"))).bind("id"),
604 cxxMethodDecl(ofClass(hasName("A"))).bind("id"),
614 cxxMethodDecl(ofClass(hasName("A"))).bind("id"),
624 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
635 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
645 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
655 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
665 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
693 cxxMethodDecl(ofClass(hasName("Z"))).bind("id"),
717 cxxMethodDecl(ofClass(hasName("Z"))).bind("id")
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp 541 const auto IsLambda = cxxMethodDecl(ofClass(cxxRecordDecl(isLambda())));
563 callExpr(callee(cxxMethodDecl(hasName("x")))).bind("x");
605 cxxMethodDecl(hasParameter(0, hasType(asString("int"))))));
    [all...]
ASTMatchersTraversalTest.cpp 315 StatementMatcher CallMethodX = callExpr(callee(cxxMethodDecl(hasName("x"))));
475 cxxMethodDecl(hasParameter(0, varDecl()))));
477 cxxMethodDecl(hasParameter(0, hasName("x")))));
482 cxxMethodDecl(hasParameter(42, varDecl()))));
488 cxxMethodDecl(hasParameter(0, hasType(recordDecl(hasName("X")))))));
491 cxxMethodDecl(hasParameter(0, hasType(recordDecl(hasName("X")))))));
493 cxxMethodDecl(hasParameter(
496 cxxMethodDecl(hasParameter(
503 cxxMethodDecl(hasAnyParameter(hasType(recordDecl(hasName("X")))))));
506 cxxMethodDecl(hasAnyParameter(hasType(recordDecl(hasName("X")))))))
    [all...]
ASTMatchersNodeTest.cpp 196 callExpr(hasDeclaration(cxxMethodDecl(hasName("x"))));
    [all...]
  /external/v8/tools/clang/empty_string/
EmptyStringConverter.cpp 86 hasDeclaration(cxxMethodDecl(ofClass(hasName("std::basic_string")))),
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 85 AST_MATCHER(clang::CXXMethodDecl, isInstanceMethod) {
103 // Matches a CXXMethodDecl of a method declared via MOCK_METHODx macro if such
107 AST_MATCHER_P(clang::CXXMethodDecl,
109 clang::ast_matchers::internal::Matcher<clang::CXXMethodDecl>,
281 const clang::CXXMethodDecl& decl,
316 auto is_method_safe_to_rename = cxxMethodDecl(
359 AST_MATCHER_P(clang::CXXMethodDecl,
361 clang::ast_matchers::internal::Matcher<clang::CXXMethodDecl>,
394 bool IsMethodOverrideOf(const clang::CXXMethodDecl& decl,
453 bool IsBlacklistedMethod(const clang::CXXMethodDecl& decl)
    [all...]
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 331 anyOf(cxxMethodDecl(ofClass(cxxRecordDecl(isSameOrDerivedFrom(
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 147 REGISTER_MATCHER(cxxMethodDecl);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 917 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl;
    [all...]

Completed in 73 milliseconds