Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp1199 if (const DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E.IgnoreParens())) { in tryExprAsCall() local
1200 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall()
DSemaStmt.cpp835 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) { in ActOnFinishSwitchStmt() local
836 PrevString = DeclRef->getDecl()->getName(); in ActOnFinishSwitchStmt()
838 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) { in ActOnFinishSwitchStmt() local
839 CurrString = DeclRef->getDecl()->getName(); in ActOnFinishSwitchStmt()
DSemaExpr.cpp3266 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) { in CheckUnaryExprOrTypeTraitOperand() local
3267 if (ParmVarDecl *PVD = dyn_cast<ParmVarDecl>(DeclRef->getFoundDecl())) { in CheckUnaryExprOrTypeTraitOperand()
11490 Expr *DeclRef = new (Context) DeclRefExpr(Var, Nested, in tryCaptureVariable() local
11498 Loc, Owned(DeclRef)); in tryCaptureVariable()
/external/clang/lib/AST/
DExpr.cpp3167 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E)) in getSourceBitField() local
3168 if (FieldDecl *Field = dyn_cast<FieldDecl>(DeclRef->getDecl())) in getSourceBitField()