Home
last modified time | relevance | path

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

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