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 121 const Expr *ExprNode = dyn_cast_or_null<Expr>(StmtNode);
122 if (ExprNode != NULL) {
123 StmtToTraverse = ExprNode->IgnoreParenImpCasts();

Completed in 256 milliseconds