Searched refs:TheVarDecl (Results 1 – 2 of 2) sorted by relevance
133 if (const auto *TheVarDecl = dyn_cast<VarDecl>(TheDecl)) { in getSequenceSuccessor() local134 if (const Expr *Init = TheVarDecl->getInit()) { in getSequenceSuccessor()
263 const VarDecl *TheVarDecl = R->getDecl(); in isVarRegionAlignedProperly() local264 unsigned StorageTAlign = getStorageAlign(C, TheVarDecl); in isVarRegionAlignedProperly()