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 151 const Expr *ExprNode = dyn_cast_or_null<Expr>(StmtNode);
152 if (ExprNode) {
153 StmtToTraverse = ExprNode->IgnoreParenImpCasts();
    [all...]

Completed in 41 milliseconds