Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp1340 if (const DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E.IgnoreParens())) { in tryExprAsCall() local
HDSemaStmt.cpp902 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) { in ActOnFinishSwitchStmt() local
905 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) { in ActOnFinishSwitchStmt() local
HDSemaExpr.cpp3632 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) { in CheckUnaryExprOrTypeTraitOperand() local
12565 Expr *DeclRef = new (S.Context) DeclRefExpr(Var, Nested, in captureInBlock() local
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDConsumed.cpp840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp3392 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E)) in getSourceBitField() local