Home
last modified time | relevance | path

Searched defs:DeclRefExpr (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
DLiveVariables.h27 class DeclRefExpr; variable
/external/lldb/include/lldb/Core/
DClangForward.h53 class DeclRefExpr; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2329 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument
2352 AST_MATCHER_P(DeclRefExpr, throughUsingDecl, in AST_MATCHER_P() argument
/external/v8/tools/gcmole/
Dgcmole.cc751 DECL_VISIT_EXPR(DeclRefExpr) { in DECL_VISIT_EXPR() argument
/external/clang/include/clang/AST/
DStmt.h143 friend class DeclRefExpr; // computeDependence in LLVM_ALIGNAS() local
207 friend class DeclRefExpr; in LLVM_ALIGNAS() local
DExpr.h948 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr() function
/external/clang/lib/AST/
DExpr.cpp322 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
/external/clang/include/clang/Sema/
DSema.h100 class DeclRefExpr; variable