Home
last modified time | relevance | path

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

/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.cpp810 constructBoundMatcher(MatcherCtor Ctor,SourceRange NameRange,StringRef BindID,ArrayRef<ParserValue> Args,Diagnostics * Error) constructBoundMatcher() argument
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp62 StringRef BindID, in actOnMatcherExpression()