Home
last modified time | relevance | path

Searched refs:TheVarDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DExprSequence.cpp133 if (const auto *TheVarDecl = dyn_cast<VarDecl>(TheDecl)) { in getSequenceSuccessor() local
134 if (const Expr *Init = TheVarDecl->getInit()) { in getSequenceSuccessor()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp263 const VarDecl *TheVarDecl = R->getDecl(); in isVarRegionAlignedProperly() local
264 unsigned StorageTAlign = getStorageAlign(C, TheVarDecl); in isVarRegionAlignedProperly()