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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h80 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef
90 StringRef BindID,
138 StringRef BindID,
234 bool parseBindID(std::string &BindID);
H A DRegistry.h121 /// matcher to the specified \c BindID.
126 StringRef BindID,
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp368 std::string BindID; local
369 if (!parseBindID(BindID))
376 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID);
412 bool Parser::parseBindID(std::string &BindID) { argument
445 BindID = IDToken.Value.getString();
517 std::string BindID; local
519 if (!parseBindID(BindID))
532 *Ctor, MatcherRange, BindID, Args, Error);
640 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID,
642 if (BindID
639 actOnMatcherExpression( MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
[all...]
H A DRegistry.cpp678 StringRef BindID,
686 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID);
676 constructBoundMatcher(MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument

Completed in 111 milliseconds