Home
last modified time | relevance | path

Searched defs:MatcherCode (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h172 parseMatcherExpression(StringRef MatcherCode, Sema *S, in parseMatcherExpression()
177 parseMatcherExpression(StringRef MatcherCode, Diagnostics *Error) { in parseMatcherExpression()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp69 explicit CodeTokenizer(StringRef MatcherCode, Diagnostics *Error) in CodeTokenizer()
74 CodeTokenizer(StringRef MatcherCode, Diagnostics *Error, in CodeTokenizer()