HomeSort by relevance Sort by last modified time
    Searched refs:AST_MATCHER (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 222 AST_MATCHER(Decl, isPublic) {
238 AST_MATCHER(Decl, isProtected) {
254 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) \
162 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced

Completed in 34 milliseconds