Searched refs:parseMatcherExpression (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Parser.h | 168 parseMatcherExpression(StringRef MatcherCode, Sema *S, 172 parseMatcherExpression(StringRef MatcherCode, Sema *S, in parseMatcherExpression() function 174 return parseMatcherExpression(MatcherCode, S, nullptr, Error); in parseMatcherExpression() 177 parseMatcherExpression(StringRef MatcherCode, Diagnostics *Error) { in parseMatcherExpression() function 178 return parseMatcherExpression(MatcherCode, nullptr, Error); in parseMatcherExpression()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Parser.cpp | 663 Parser::parseMatcherExpression(StringRef Code, Sema *S, in parseMatcherExpression() function in clang::ast_matchers::dynamic::Parser
|