Home
last modified time | relevance | path

Searched defs:declRef (Results 1 – 25 of 114) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dstringstatic.cxx145 DeclRefExpr const * declRef = dyn_cast<DeclRefExpr>(returnStmt->getRetValue()); in VisitReturnStmt() local
156 bool StringStatic::VisitDeclRefExpr(DeclRefExpr const * declRef) in VisitDeclRefExpr()
181 auto const declRef = dyn_cast<DeclRefExpr>(expr->getBase()); in VisitMemberExpr() local
/dports/devel/clazy/clazy-1.5/src/checks/level3/
H A Dassert-with-side-effects.cpp117 if (DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(op->getLHS())) { in VisitStmt() local
126 if (auto declRef = dyn_cast<DeclRefExpr>(op->getSubExpr())) { in VisitStmt() local
/dports/devel/clazy/clazy-1.5/src/checks/level0/
H A Dlambda-unique-connection.cpp69 for (auto declRef : result) { in VisitStmt() local
H A Dwrong-qevent-cast.cpp217 auto declRef = clazy::getFirstChildOfType2<DeclRefExpr>(ifStmt->getCond()); in getCaseStatement() local
226 auto declRef = clazy::getFirstChildOfType2<DeclRefExpr>(switchStmt->getCond()); in getCaseStatement() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp49 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp49 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/lang/clang-mesa/clang-13.0.1.src/lib/ARCMigrate/
H A DTransARCAssign.cpp48 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in VisitBinaryOperator() local
/dports/devel/clazy/clazy-1.5/src/
H A DFunctionUtils.h69 … auto declRef = llvm::isa<clang::DeclRefExpr>(firstArg) ? llvm::cast<clang::DeclRefExpr>(firstArg) in valueDeclForCallArgument() local
H A DLoopUtils.cpp119 auto declRef = dyn_cast<DeclRefExpr>(expr); in containerDeclForLoop() local
/dports/devel/clazy/clazy-1.5/src/checks/level1/
H A Dreturning-data-from-temporary.cpp108 DeclRefExpr *declRef = nullptr; in handleMemberCall() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dstringstatic.cxx133 DeclRefExpr const * declRef = dyn_cast<DeclRefExpr>(returnStmt->getRetValue()); in VisitReturnStmt() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp82 auto *declRef = dyn_cast<DeclRefExpr>(inner); in diagnoseThrowLocations() local

12345