Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-query/
H A DQueryParser.cpp276 auto MatcherSource = Line.ltrim(); in doParse() local
277 auto OrigMatcherSource = MatcherSource; in doParse()
279 MatcherSource, nullptr, &QS.NamedValues, &Diag); in doParse()
284 MatcherSource.size()); in doParse()
286 Q->RemainingContent = MatcherSource; in doParse()