Searched refs:DeclRef (Results 1 – 5 of 5) sorted by relevance
498 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() argument841 if (const VarDecl *Var = dyn_cast_or_null<VarDecl>(DeclRef->getDecl())) in VisitDeclRefExpr()843 PropagationMap.insert(PairType(DeclRef, PropagationInfo(Var))); in VisitDeclRefExpr()
1292 if (const DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E.IgnoreParens())) { in tryExprAsCall() local1293 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall()
868 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) { in ActOnFinishSwitchStmt() local869 PrevString = DeclRef->getDecl()->getName(); in ActOnFinishSwitchStmt()871 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) { in ActOnFinishSwitchStmt() local872 CurrString = DeclRef->getDecl()->getName(); in ActOnFinishSwitchStmt()
3450 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) { in CheckUnaryExprOrTypeTraitOperand() local3451 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) { in CheckUnaryExprOrTypeTraitOperand()11772 Expr *DeclRef = new (S.Context) DeclRefExpr(Var, Nested, in captureInBlock() local11780 Loc, DeclRef); in captureInBlock()
3266 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E)) in getSourceBitField() local3267 if (FieldDecl *Field = dyn_cast<FieldDecl>(DeclRef->getDecl())) in getSourceBitField()