Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h168 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 DParser.cpp663 Parser::parseMatcherExpression(StringRef Code, Sema *S, in parseMatcherExpression() function in clang::ast_matchers::dynamic::Parser