Searched refs:getPotentiallyDecomposedVarDecl (Results 1 – 6 of 6) sorted by relevance
731 VarDecl *getPotentiallyDecomposedVarDecl();732 const VarDecl *getPotentiallyDecomposedVarDecl() const { in getPotentiallyDecomposedVarDecl() function733 return const_cast<ValueDecl *>(this)->getPotentiallyDecomposedVarDecl(); in getPotentiallyDecomposedVarDecl()
1237 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in ActOnLambdaExpressionAfterIntroducer()
19147 VarDecl *Var = V->getPotentiallyDecomposedVarDecl(); in MarkVarDeclODRUsed()19296 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in getParentOfCapturingContextOrNull()19730 VD = Var->getPotentiallyDecomposedVarDecl(); in tryCaptureVariable()20435 VarDecl *VD = Var->getPotentiallyDecomposedVarDecl(); in DoMarkPotentialCapture()
8357 VarDecl *UnderlyingVar = Var->getPotentiallyDecomposedVarDecl(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
117 } else if (auto *VD = Decl->getPotentiallyDecomposedVarDecl()) { in VisitDeclRefExpr()
3305 VarDecl *ValueDecl::getPotentiallyDecomposedVarDecl() { in getPotentiallyDecomposedVarDecl() function in ValueDecl