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

  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 55 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind);
89 return (Twine("Matcher<") + Matcher.getSupportedKind().asStringRef() + ">")
103 return ArgKind(Matcher.getSupportedKind())
129 Inner += Matchers[i].getSupportedKind().asStringRef();
164 if (ArgKind(Matcher.getSupportedKind())
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 340 ast_type_traits::ASTNodeKind getSupportedKind() const {
425 assert(Implementation.getSupportedKind().isSame(
500 assert(this->Implementation.getSupportedKind()
521 const ast_type_traits::ASTNodeKind SourceKind = getSupportedKind();
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 217 const auto From = getSupportedKind();

Completed in 380 milliseconds