Lines Matching refs:BindID
370 std::string BindID; in parseIdentifierPrefixImpl() local
394 if (!parseBindID(BindID)) in parseIdentifierPrefixImpl()
401 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(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()
586 BuiltCtor.get(), MatcherRange, BindID, {}, Error); 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()
837 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, in actOnMatcherExpression() argument
839 if (BindID.empty()) { in actOnMatcherExpression()
842 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args, in actOnMatcherExpression()