OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSupportedKind
(Results
1 - 2
of
2
) sorted by null
/external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp
52
virtual ast_type_traits::ASTNodeKind
getSupportedKind
() const {
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
232
virtual ast_type_traits::ASTNodeKind
getSupportedKind
() const = 0;
276
return Other.
getSupportedKind
()
312
ast_type_traits::ASTNodeKind
getSupportedKind
() const {
404
ast_type_traits::ASTNodeKind SourceKind = Other.
getSupportedKind
();
416
ast_type_traits::ASTNodeKind SourceKind = Other.
getSupportedKind
();
[
all
...]
Completed in 571 milliseconds