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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 396 callExpr(allOf(callee(functionDecl(hasName("f"))),
399 callExpr(allOf(callee(functionDecl(hasName("f"))),
404 callExpr(allOf(callee(functionDecl(hasName("f"))),
410 callExpr(allOf(callee(functionDecl(hasName("f"))),
819 callExpr(callee(methodDecl(hasName("x")))).bind("x");
840 new VerifyIdIsBoundTo<CallExpr>("x")));
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 106 "varDecl", constructMatcher("hasInitializer", callExpr()))
129 "callExpr",
135 "callExpr",
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 223 REGISTER_MATCHER(callExpr);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 607 const internal::VariadicDynCastAllOfMatcher<Stmt, CallExpr> callExpr;
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]

Completed in 176 milliseconds