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

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 278 AST_MATCHER(Decl, isPublic) {
294 AST_MATCHER(Decl, isProtected) {
310 AST_MATCHER(Decl, isPrivate) {
316 AST_MATCHER(Decl, isImplicit) {
    [all...]
ASTMatchersMacros.h 16 // 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) \
199 /// The variables are the same as for AST_MATCHER, but NodeType will be deduced
  /external/chromium_org/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 38 AST_MATCHER(QualType, isBoolean) {

Completed in 390 milliseconds