HomeSort by relevance Sort by last modified time
    Searched refs:BindID (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/ASTMatchers/Dynamic/
Registry.h 107 /// matcher to the specified \c BindID.
112 StringRef BindID,
Parser.h 86 /// \param BindID The ID to use to bind the matcher, or a null \c StringRef
96 StringRef BindID,
121 StringRef BindID,
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 376 std::string BindID;
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,
Registry.cpp 495 StringRef BindID,
503 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID);
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 50 StringRef BindID,
55 MatcherInfo ToStore = { Matcher->first, NameRange, Args, BindID };

Completed in 91 milliseconds