Home
last modified time | relevance | path

Searched refs:parseMatcherExpression (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h184 parseMatcherExpression(StringRef &MatcherCode, Sema *S,
187 parseMatcherExpression(StringRef &MatcherCode, Sema *S, Diagnostics *Error) { in parseMatcherExpression() function
188 return parseMatcherExpression(MatcherCode, S, nullptr, Error); in parseMatcherExpression()
191 parseMatcherExpression(StringRef &MatcherCode, Diagnostics *Error) { in parseMatcherExpression() function
192 return parseMatcherExpression(MatcherCode, nullptr, Error); in parseMatcherExpression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp908 Parser::parseMatcherExpression(StringRef &Code, Sema *S, in parseMatcherExpression() function in clang::ast_matchers::dynamic::Parser