Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDConsumed.cpp498 void VisitDeclRefExpr(const DeclRefExpr *DeclRef);
840 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr() argument
841 if (const VarDecl *Var = dyn_cast_or_null<VarDecl>(DeclRef->getDecl())) in VisitDeclRefExpr()
843 PropagationMap.insert(PairType(DeclRef, PropagationInfo(Var))); in VisitDeclRefExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp1340 if (const DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E.IgnoreParens())) { in tryExprAsCall() local
1341 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall()
HDSemaStmt.cpp902 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) { in ActOnFinishSwitchStmt() local
903 PrevString = DeclRef->getDecl()->getName(); in ActOnFinishSwitchStmt()
905 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) { in ActOnFinishSwitchStmt() local
906 CurrString = DeclRef->getDecl()->getName(); in ActOnFinishSwitchStmt()
HDSemaExpr.cpp3632 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) { in CheckUnaryExprOrTypeTraitOperand() local
3633 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) { in CheckUnaryExprOrTypeTraitOperand()
12565 Expr *DeclRef = new (S.Context) DeclRefExpr(Var, Nested, in captureInBlock() local
12573 Loc, DeclRef); in captureInBlock()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp3392 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E)) in getSourceBitField() local
3393 if (FieldDecl *Field = dyn_cast<FieldDecl>(DeclRef->getDecl())) in getSourceBitField()