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

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 150 const Expr *ExprNode = dyn_cast_or_null<Expr>(StmtNode);
151 if (ExprNode != NULL) {
152 StmtToTraverse = ExprNode->IgnoreParenImpCasts();

Completed in 56 milliseconds