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

  /external/clang/unittests/AST/
StmtPrinterTest.cpp 101 PrintedStmtCXX98Matches(StringRef Code, const StatementMatcher &NodeMatch,
124 PrintedStmtCXX11Matches(StringRef Code, const StatementMatcher &NodeMatch,
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 481 StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator()));
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 152 void addMatcher(const StatementMatcher &NodeMatch,
ASTMatchers.h 124 typedef internal::Matcher<Stmt> StatementMatcher;
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp     [all...]

Completed in 104 milliseconds