OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSupportedKind
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp
35
return (Twine("Matcher<") + Matcher.
getSupportedKind
().asStringRef() + ">")
67
Inner += Matchers[i].
getSupportedKind
().asStringRef();
/external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h
151
IsExactMatch = Matcher.
getSupportedKind
().isSame(
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
345
ast_type_traits::ASTNodeKind
getSupportedKind
() const {
346
return Storage->
getSupportedKind
();
355
return
getSupportedKind
().isBaseOf(
388
ast_type_traits::ASTNodeKind
getSupportedKind
() const {
446
const ast_type_traits::ASTNodeKind SourceKind =
getSupportedKind
();
456
const ast_type_traits::ASTNodeKind SourceKind =
getSupportedKind
();
[
all
...]
Completed in 63 milliseconds