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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 382 callExpr(allOf(callee(functionDecl(hasName("f"))),
385 callExpr(allOf(callee(functionDecl(hasName("f"))),
390 callExpr(allOf(callee(functionDecl(hasName("f"))),
396 callExpr(allOf(callee(functionDecl(hasName("f"))),
805 callExpr(callee(methodDecl(hasName("x")))).bind("x");
826 new VerifyIdIsBoundTo<CallExpr>("x")));
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 554 const internal::VariadicDynCastAllOfMatcher<Stmt, CallExpr> callExpr;
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]

Completed in 139 milliseconds