Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp832 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1204 if (auto *DeclRef = dyn_cast_or_null<DeclRefExpr>(E)) { in diagReturnOnAllocFailure() local
H A DSema.cpp2496 if (const DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E.IgnoreParens())) { in tryExprAsCall() local
H A DSemaStmt.cpp1360 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) { in ActOnFinishSwitchStmt() local
1363 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) { in ActOnFinishSwitchStmt() local
H A DSemaExpr.cpp4329 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) { in CheckUnaryExprOrTypeTraitOperand() local
7098 ExprResult DeclRef = in BuildBuiltinCallExpr() local
17736 const DeclRefExpr *DeclRef = CheckPossibleDeref(*this, E); in WarnOnPendingNoDerefs() local
17781 if (auto *DeclRef = in CheckForImmediateInvocation() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4050 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E)) { in getSourceBitField() local
H A DASTImporter.cpp3240 if (const auto *DeclRef = dyn_cast<DeclRefExpr>(CurrentS)) in isAncestorDeclContextOf() local