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

/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp35 return (Twine("Matcher<") + Matcher.getSupportedKind().asStringRef() + ">")
67 Inner += Matchers[i].getSupportedKind().asStringRef();
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h151 IsExactMatch = Matcher.getSupportedKind().isSame(
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h345 ast_type_traits::ASTNodeKind getSupportedKind() const { function in class:clang::ast_matchers::internal::DynTypedMatcher
346 return Storage->getSupportedKind();
355 return getSupportedKind().isBaseOf(
388 ast_type_traits::ASTNodeKind getSupportedKind() const { function in class:clang::ast_matchers::internal::DynTypedMatcher::MatcherStorage
446 const ast_type_traits::ASTNodeKind SourceKind = getSupportedKind();
456 const ast_type_traits::ASTNodeKind SourceKind = getSupportedKind();

Completed in 269 milliseconds