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 401 AST_MATCHER(Decl, isPublic) {
417 AST_MATCHER(Decl, isProtected) {
433 AST_MATCHER(Decl, isPrivate) {
439 AST_MATCHER(Decl, isImplicit) {
651 AST_MATCHER(TemplateArgument, isIntegral) {
    [all...]
ASTMatchersMacros.h 16 // Note that when you define a matcher with an AST_MATCHER* macro, only the
70 /// \brief AST_MATCHER(Type, DefineMatcher) { ... }
81 #define AST_MATCHER(Type, DefineMatcher) \
203 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced

Completed in 63 milliseconds