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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 48 EXPECT_TRUE(Finder.addDynamicMatcher(callExpr(), nullptr));
412 callExpr(allOf(callee(functionDecl(hasName("f"))),
415 callExpr(allOf(callee(functionDecl(hasName("f"))),
420 callExpr(allOf(callee(functionDecl(hasName("f"))),
426 callExpr(allOf(callee(functionDecl(hasName("f"))),
849 callExpr(callee(methodDecl(hasName("x")))).bind("x");
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 115 REGISTER_MATCHER(callExpr);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 650 const internal::VariadicDynCastAllOfMatcher<Stmt, CallExpr> callExpr;
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]

Completed in 77 milliseconds