OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AST_MATCHER
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
268
AST_MATCHER
(Decl, isPublic) {
284
AST_MATCHER
(Decl, isProtected) {
300
AST_MATCHER
(Decl, isPrivate) {
[
all
...]
ASTMatchersMacros.h
16
// Note that when you define a matcher with an
AST_MATCHER
* macro, only the
40
/// \brief
AST_MATCHER
(Type, DefineMatcher) { ... }
51
#define
AST_MATCHER
(Type, DefineMatcher) \
180
/// The variables are the same as for
AST_MATCHER
, but NodeType will be deduced
Completed in 106 milliseconds