Home
last modified time | relevance | path

Searched defs:DeclRef (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSema.cpp1361 if (const DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E.IgnoreParens())) { in tryExprAsCall() local
DSemaStmt.cpp913 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) { in ActOnFinishSwitchStmt() local
916 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) { in ActOnFinishSwitchStmt() local
DSemaExpr.cpp3670 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) { in CheckUnaryExprOrTypeTraitOperand() local
13345 Expr *DeclRef = new (S.Context) DeclRefExpr(Var, Nested, in captureInBlock() local
/external/clang/lib/Analysis/
DConsumed.cpp846 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr()
/external/clang/lib/AST/
DExpr.cpp3309 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E)) in getSourceBitField() local