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

/external/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h86 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef
96 StringRef BindID,
121 StringRef BindID,
H A DRegistry.h107 /// matcher to the specified \c BindID.
112 StringRef BindID,
/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp376 std::string BindID; local
409 BindID = IDToken.Value.getString();
421 *Ctor, MatcherRange, BindID, Args, Error);
509 MatcherCtor Ctor, const SourceRange &NameRange, StringRef BindID,
511 if (BindID.empty()) {
514 return Registry::constructBoundMatcher(Ctor, NameRange, BindID, Args,
508 actOnMatcherExpression( MatcherCtor Ctor, const SourceRange &NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
H A DRegistry.cpp495 StringRef BindID,
503 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID);
493 constructBoundMatcher(MatcherCtor Ctor, const SourceRange &NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
/external/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp50 StringRef BindID,
55 MatcherInfo ToStore = { Matcher->first, NameRange, Args, BindID };
48 actOnMatcherExpression(MatcherCtor Ctor, const SourceRange &NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument

Completed in 198 milliseconds