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

  /external/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 52 /// parseMatcherExpression() to handle all matcher tokens. The simplest
98 static DynTypedMatcher *parseMatcherExpression(StringRef MatcherCode,
111 static DynTypedMatcher *parseMatcherExpression(StringRef MatcherCode,
118 /// \c parseMatcherExpression function is a better approach to get a matcher
126 /// \c parseMatcherExpression function is a better approach to get a matcher
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 183 OwningPtr<DynTypedMatcher> VarDecl(Parser::parseMatcherExpression(
194 OwningPtr<DynTypedMatcher> HasParameter(Parser::parseMatcherExpression(
202 EXPECT_TRUE(Parser::parseMatcherExpression(
221 Parser::parseMatcherExpression(Code, &Error);

Completed in 40 milliseconds