Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp1315 if (const DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E.IgnoreParens())) { in tryExprAsCall() local
DSemaStmt.cpp902 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) { in ActOnFinishSwitchStmt() local
905 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) { in ActOnFinishSwitchStmt() local
DSemaExpr.cpp3596 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) { in CheckUnaryExprOrTypeTraitOperand() local
12459 Expr *DeclRef = new (S.Context) DeclRefExpr(Var, Nested, in captureInBlock() local
/external/clang/lib/Analysis/
DConsumed.cpp840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr()
/external/clang/lib/AST/
DExpr.cpp3356 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E)) in getSourceBitField() local