Searched refs:AST_MATCHER (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h278 AST_MATCHER(Decl, isPublic) { function in namespace:clang::ast_matchers
294 AST_MATCHER(Decl, isProtected) { function in namespace:clang::ast_matchers
310 AST_MATCHER(Decl, isPrivate) { function in namespace:clang::ast_matchers
316 AST_MATCHER(Decl, isImplicit) { function in namespace:clang::ast_matchers
2085 AST_MATCHER(VarDecl, hasLocalStorage) { function in namespace:clang::ast_matchers
2099 AST_MATCHER(VarDecl, hasGlobalStorage) { function in namespace:clang::ast_matchers
2248 AST_MATCHER(CXXCtorInitializer, isWritten) { function in namespace:clang::ast_matchers
2283 AST_MATCHER(CXXConstructExpr, isListInitialization) { function in namespace:clang::ast_matchers
2359 AST_MATCHER(FunctionDecl, isExternC) { function in namespace:clang::ast_matchers
2727 AST_MATCHER(CXXMethodDec function in namespace:clang::ast_matchers
2741 AST_MATCHER(CXXMethodDecl, isPure) { function in namespace:clang::ast_matchers
2756 AST_MATCHER(CXXMethodDecl, isConst) { function in namespace:clang::ast_matchers
2774 AST_MATCHER(CXXMethodDecl, isOverride) { function in namespace:clang::ast_matchers
2793 AST_MATCHER(MemberExpr, isArrow) { function in namespace:clang::ast_matchers
2807 AST_MATCHER(QualType, isInteger) { function in namespace:clang::ast_matchers
2826 AST_MATCHER(QualType, isConstQualified) { function in namespace:clang::ast_matchers
2843 AST_MATCHER(QualType, hasLocalQualifiers) { function in namespace:clang::ast_matchers
[all...]
H A DASTMatchersMacros.h16 // Note that when you define a matcher with an AST_MATCHER* macro, only the
59 /// \brief AST_MATCHER(Type, DefineMatcher) { ... }
70 #define AST_MATCHER(Type, DefineMatcher) \ macro
199 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp38 AST_MATCHER(QualType, isBoolean) { function in namespace:clang::ast_matchers

Completed in 93 milliseconds