Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h166 parseMatcherExpression(StringRef MatcherCode, Sema *S, in parseMatcherExpression()
171 parseMatcherExpression(StringRef MatcherCode, Diagnostics *Error) { in parseMatcherExpression()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/Dynamic/
DParser.h187 parseMatcherExpression(StringRef &MatcherCode, Sema *S, Diagnostics *Error) { in parseMatcherExpression()
191 parseMatcherExpression(StringRef &MatcherCode, Diagnostics *Error) { in parseMatcherExpression()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/Dynamic/
DParser.h187 parseMatcherExpression(StringRef &MatcherCode, Sema *S, Diagnostics *Error) { in parseMatcherExpression()
191 parseMatcherExpression(StringRef &MatcherCode, Diagnostics *Error) { in parseMatcherExpression()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/Dynamic/
DParser.h187 parseMatcherExpression(StringRef &MatcherCode, Sema *S, Diagnostics *Error) { in parseMatcherExpression()
191 parseMatcherExpression(StringRef &MatcherCode, Diagnostics *Error) { in parseMatcherExpression()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/Dynamic/
DParser.h187 parseMatcherExpression(StringRef &MatcherCode, Sema *S, Diagnostics *Error) { in parseMatcherExpression()
191 parseMatcherExpression(StringRef &MatcherCode, Diagnostics *Error) { in parseMatcherExpression()
/aosp_15_r20/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp60 explicit CodeTokenizer(StringRef MatcherCode, Diagnostics *Error) in CodeTokenizer()
66 CodeTokenizer(StringRef MatcherCode, Diagnostics *Error, in CodeTokenizer()