Searched refs:getPotentiallyDecomposedVarDecl (Results 1 – 6 of 6) sorted by relevance
728 VarDecl *getPotentiallyDecomposedVarDecl();729 const VarDecl *getPotentiallyDecomposedVarDecl() const { in getPotentiallyDecomposedVarDecl() function730 return const_cast<ValueDecl *>(this)->getPotentiallyDecomposedVarDecl(); in getPotentiallyDecomposedVarDecl()
1237 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in ActOnStartOfLambdaDefinition()
18493 VarDecl *Var = V->getPotentiallyDecomposedVarDecl(); in MarkVarDeclODRUsed()18640 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in getParentOfCapturingContextOrNull()19058 VD = Var->getPotentiallyDecomposedVarDecl(); in tryCaptureVariable()19734 VarDecl *VD = Var->getPotentiallyDecomposedVarDecl(); in DoMarkPotentialCapture()
8295 VarDecl *UnderlyingVar = Var->getPotentiallyDecomposedVarDecl(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
110 } else if (auto *VD = Decl->getPotentiallyDecomposedVarDecl()) { in VisitDeclRefExpr()
3252 VarDecl *ValueDecl::getPotentiallyDecomposedVarDecl() { in getPotentiallyDecomposedVarDecl() function in ValueDecl