HomeSort by: relevance | last modified time | path
    Searched refs:getSupportedKind (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 60 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind);
99 return (Twine("Matcher<") + Matcher.getSupportedKind().asStringRef() + ">")
112 return ArgKind::MakeMatcherArg(Matcher.getSupportedKind())
138 Inner += Matchers[i].getSupportedKind().asStringRef();
172 if (ArgKind::MakeMatcherArg(Matcher.getSupportedKind())
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 512 ASTNodeKind getSupportedKind() const { return SupportedKind; }
588 assert(Implementation.getSupportedKind().isSame(
680 assert(this->Implementation.getSupportedKind().isSame(
844 const ASTNodeKind SourceKind = getSupportedKind();
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
RewriteRule.cpp 388 Buckets[Cases[I].Matcher.getSupportedKind()].emplace_back(I, Cases[I]);
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 351 const auto From = getSupportedKind();

Completed in 26 milliseconds