Searched defs:DeclRefExpr (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/Analysis/Analyses/ |
D | LiveVariables.h | 27 class DeclRefExpr; variable
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1487 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument 1510 AST_MATCHER_P(DeclRefExpr, throughUsingDecl, in AST_MATCHER_P() argument
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 137 friend class DeclRefExpr; // computeDependence variable 192 friend class DeclRefExpr; variable
|
D | Expr.h | 842 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr() function 1062 static bool classof(const DeclRefExpr *) { return true; } in classof()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 767 DECL_VISIT_EXPR(DeclRefExpr) { in DECL_VISIT_EXPR() argument
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 3760 SmallVector<DeclRefExpr *, 8> &InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs() 4469 const SmallVector<DeclRefExpr *, 8> &InnerBlockDeclRefs) { in SynthBlockInitExpr()
|
D | RewriteModernObjC.cpp | 4407 SmallVector<DeclRefExpr *, 8> &InnerBlockDeclRefs, in GetInnerBlockDeclRefExprs() 5152 const SmallVector<DeclRefExpr *, 8> &InnerBlockDeclRefs) { in SynthBlockInitExpr()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 278 DeclRefExpr::DeclRefExpr(ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 89 class DeclRefExpr; variable
|