Searched refs:BindID (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Parser.cpp | 370 std::string BindID; in parseIdentifierPrefixImpl() local 394 if (!parseBindID(BindID)) in parseIdentifierPrefixImpl() 447 bool Parser::parseBindID(std::string &BindID) { in parseBindID() argument 467 BindID = IDToken.Value.getString(); in parseBindID() 562 std::string BindID; in parseMatcherBuilder() local 579 if (!parseBindID(BindID)) in parseMatcherBuilder() 617 BuiltCtor.get(), MatcherRange, BindID, {}, Error); in parseMatcherBuilder() 688 std::string BindID; in parseMatcherExpressionImpl() local 716 if (!parseBindID(BindID)) in parseMatcherExpressionImpl() 729 *Ctor, MatcherRange, BindID, Args, Error); in parseMatcherExpressionImpl() [all …]
|
| H A D | Registry.cpp | 794 StringRef BindID, in constructBoundMatcher() argument 802 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Parser.h | 90 StringRef BindID, 146 StringRef BindID, 251 bool parseBindID(std::string &BindID);
|
| H A D | Registry.h | 151 StringRef BindID,
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/ |
| H A D | ParserTest.cpp | 63 StringRef BindID, in actOnMatcherExpression() argument 69 std::string(BindID)}; in actOnMatcherExpression()
|