Home
last modified time | relevance | path

Searched defs:BindID (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp368 std::string BindID; in parseIdentifierPrefixImpl() local
445 bool Parser::parseBindID(std::string &BindID) { in parseBindID()
560 std::string BindID; in parseMatcherBuilder() local
686 std::string BindID; in parseMatcherExpressionImpl() local
835 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, in actOnMatcherExpression()
H A DRegistry.cpp809 constructBoundMatcher(MatcherCtor Ctor,SourceRange NameRange,StringRef BindID,ArrayRef<ParserValue> Args,Diagnostics * Error) constructBoundMatcher() argument