/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | DeclRefExprUtils.cpp | 110 bool isCopyConstructorArgument(const DeclRefExpr &DeclRef, const Decl &Decl, in isCopyConstructorArgument() 124 bool isCopyAssignmentArgument(const DeclRefExpr &DeclRef, const Decl &Decl, in isCopyAssignmentArgument()
|
D | RenamerClangTidyCheck.cpp | 359 if (const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declRef")) { in check() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | UseAfterMoveCheck.cpp | 50 const DeclRefExpr *DeclRef; member 218 for (const DeclRefExpr *DeclRef : DeclRefs) { in getUsesAndReinits() local 262 const auto *DeclRef = Match.getNodeAs<DeclRefExpr>("declref"); in getDeclRefs() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | ExplicitMakePairCheck.cpp | 43 const auto *DeclRef = Result.Nodes.getNodeAs<DeclRefExpr>("declref"); in check() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | UseAnyOfAllOfCheck.cpp | 83 return llvm::none_of(Matches, [&Mutations](auto &DeclRef) { in isViableLoop()
|
D | ElseAfterReturnCheck.cpp | 54 if (const auto *DeclRef = dyn_cast<DeclRefExpr>(Node)) { in findUsage() local 71 if (const auto *DeclRef = dyn_cast<DeclRefExpr>(Node)) { in findUsageRange() local
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ExtractVariable.cpp | 76 bool VisitDeclRefExpr(DeclRefExpr *DeclRef) { // NOLINT in computeReferencedDecls() 323 const SelectionTree::Node *getCallExpr(const SelectionTree::Node *DeclRef) { in getCallExpr()
|
/external/llvm-project/clang-tools-extra/clang-tidy/performance/ |
D | UnnecessaryValueParamCheck.cpp | 42 bool hasLoopStmtAncestor(const DeclRefExpr &DeclRef, const Decl &Decl, in hasLoopStmtAncestor()
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | LoopConvertUtils.cpp | 74 bool DependencyFinderASTVisitor::VisitDeclRefExpr(DeclRefExpr *DeclRef) { in VisitDeclRefExpr() 127 bool DeclFinderASTVisitor::VisitDeclRefExpr(DeclRefExpr *DeclRef) { in VisitDeclRefExpr()
|
D | AvoidBindCheck.cpp | 186 if (const auto *DeclRef = dyn_cast<DeclRefExpr>(Statement)) { in anyDescendantIsLocal() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | UnusedParametersCheck.cpp | 92 bool WalkUpFromDeclRefExpr(DeclRefExpr *DeclRef) { in WalkUpFromDeclRefExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 303 ExprResult DeclRef = in buildBuiltinCall() local 1183 if (auto *DeclRef = dyn_cast_or_null<DeclRefExpr>(E)) { in diagReturnOnAllocFailure() local
|
D | SemaStmt.cpp | 1043 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) { in ActOnFinishSwitchStmt() local 1046 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) { in ActOnFinishSwitchStmt() local
|
D | Sema.cpp | 2229 if (const DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E.IgnoreParens())) { in tryExprAsCall() local
|
D | SemaExpr.cpp | 4147 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) { in CheckUnaryExprOrTypeTraitOperand() local 16288 const DeclRefExpr *DeclRef = CheckPossibleDeref(*this, E); in WarnOnPendingNoDerefs() local 16332 if (auto *DeclRef = in CheckForImmediateInvocation() local
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 1361 if (const DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E.IgnoreParens())) { in tryExprAsCall() local
|
D | SemaStmt.cpp | 913 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(PrevCase)) { in ActOnFinishSwitchStmt() local 916 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(CurrCase)) { in ActOnFinishSwitchStmt() local
|
D | SemaExpr.cpp | 3670 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E->IgnoreParens())) { in CheckUnaryExprOrTypeTraitOperand() local 13345 Expr *DeclRef = new (S.Context) DeclRefExpr(Var, Nested, in captureInBlock() local
|
/external/llvm-project/clang/lib/Analysis/ |
D | Consumed.cpp | 832 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr()
|
/external/clang/lib/Analysis/ |
D | Consumed.cpp | 846 void ConsumedStmtVisitor::VisitDeclRefExpr(const DeclRefExpr *DeclRef) { in VisitDeclRefExpr()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3309 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E)) in getSourceBitField() local
|
/external/llvm-project/clang/lib/AST/ |
D | Expr.cpp | 3784 if (DeclRefExpr *DeclRef = dyn_cast<DeclRefExpr>(E)) { in getSourceBitField() local
|