Searched refs:getPotentiallyDecomposedVarDecl (Results 1 – 7 of 7) sorted by relevance
716 VarDecl *getPotentiallyDecomposedVarDecl();717 const VarDecl *getPotentiallyDecomposedVarDecl() const { in getPotentiallyDecomposedVarDecl() function718 return const_cast<ValueDecl *>(this)->getPotentiallyDecomposedVarDecl(); in getPotentiallyDecomposedVarDecl()
1320 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in ActOnLambdaExpressionAfterIntroducer()
18571 VarDecl *Var = V->getPotentiallyDecomposedVarDecl(); in MarkVarDeclODRUsed()18728 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in getParentOfCapturingContextOrNull()19167 VD = Var->getPotentiallyDecomposedVarDecl(); in tryCaptureVariable()19909 VarDecl *VD = Var->getPotentiallyDecomposedVarDecl(); in DoMarkPotentialCapture()
7614 VarDecl *UnderlyingVar = Var->getPotentiallyDecomposedVarDecl(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
7735 VarDecl *V = VD->getPotentiallyDecomposedVarDecl(); in VisitDeclRefExpr()7743 V = DRE->getDecl()->getPotentiallyDecomposedVarDecl(); in VisitDeclRefExpr()
118 } else if (auto *VD = Decl->getPotentiallyDecomposedVarDecl()) { in VisitDeclRefExpr()
3562 VarDecl *ValueDecl::getPotentiallyDecomposedVarDecl() { in getPotentiallyDecomposedVarDecl() function in ValueDecl