Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp832 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1309 if (auto *DeclRef = dyn_cast_or_null<DeclRefExpr>(E)) { diagReturnOnAllocFailure() local
H A DSema.cpp2548 if (const auto *DeclRef = dyn_cast<DeclRefExpr>(E.IgnoreParens())) { tryExprAsCall() local
H A DSemaStmt.cpp1372 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) { ActOnFinishSwitchStmt() local
1375 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) { ActOnFinishSwitchStmt() local
H A DSemaExpr.cpp4532 if (const auto *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) { CheckUnaryExprOrTypeTraitOperand() local
7396 ExprResult DeclRef = BuildBuiltinCallExpr() local
18263 const DeclRefExpr *DeclRef = CheckPossibleDeref(*this, E); WarnOnPendingNoDerefs() local
18303 if (auto *DeclRef = MarkExpressionAsImmediateEscalating() local
18308 } else if (auto *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreImplicit())) { MarkExpressionAsImmediateEscalating() local
18329 if (auto *DeclRef = CheckForImmediateInvocation() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4049 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E)) { getSourceBitField() local
H A DASTImporter.cpp3436 if (const auto *DeclRef = dyn_cast<DeclRefExpr>(CurrentS)) { isAncestorDeclContextOf() local