Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp368 std::string BindID; in parseIdentifierPrefixImpl() local
392 if (!parseBindID(BindID)) in parseIdentifierPrefixImpl()
445 bool Parser::parseBindID(std::string &BindID) { in parseBindID() argument
465 BindID = IDToken.Value.getString(); in parseBindID()
560 std::string BindID; in parseMatcherBuilder() local
577 if (!parseBindID(BindID)) in parseMatcherBuilder()
615 BuiltCtor.get(), MatcherRange, BindID, {}, Error); in parseMatcherBuilder()
686 std::string BindID; in parseMatcherExpressionImpl() local
714 if (!parseBindID(BindID)) in parseMatcherExpressionImpl()
727 *Ctor, MatcherRange, BindID, Args, Error); in parseMatcherExpressionImpl()
[all …]
H A DRegistry.cpp809 StringRef BindID, in constructBoundMatcher() argument
817 std::optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h90 StringRef BindID,
146 StringRef BindID,
251 bool parseBindID(std::string &BindID);
H A DRegistry.h151 StringRef BindID,