Home
last modified time | relevance | path

Searched refs:getSupportedKind (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp55 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()
89 return (Twine("Matcher<") + Matcher.getSupportedKind().asStringRef() + ">") in getTypeAsString()
103 return ArgKind(Matcher.getSupportedKind()) in isConvertibleTo()
129 Inner += Matchers[i].getSupportedKind().asStringRef(); in getTypeAsString()
164 if (ArgKind(Matcher.getSupportedKind()) in isConvertibleTo()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h397 ast_type_traits::ASTNodeKind getSupportedKind() const { in getSupportedKind() function
482 assert(Implementation.getSupportedKind().isSame(
557 assert(this->Implementation.getSupportedKind() in Matcher()
578 const ast_type_traits::ASTNodeKind SourceKind = getSupportedKind();
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp218 const auto From = getSupportedKind(); in canConvertTo()