Home
last modified time | relevance | path

Searched refs:getPotentiallyDecomposedVarDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h692 VarDecl *getPotentiallyDecomposedVarDecl();
693 const VarDecl *getPotentiallyDecomposedVarDecl() const { in getPotentiallyDecomposedVarDecl() function
694 return const_cast<ValueDecl *>(this)->getPotentiallyDecomposedVarDecl(); in getPotentiallyDecomposedVarDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1294 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in ActOnLambdaExpressionAfterIntroducer()
H A DSemaExpr.cpp18128 VarDecl *Var = V->getPotentiallyDecomposedVarDecl(); in MarkVarDeclODRUsed()
18282 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in getParentOfCapturingContextOrNull()
18716 VD = Var->getPotentiallyDecomposedVarDecl(); in tryCaptureVariable()
19430 VarDecl *VD = Var->getPotentiallyDecomposedVarDecl(); in DoMarkPotentialCapture()
H A DSemaExprCXX.cpp8592 VarDecl *UnderlyingVar = Var->getPotentiallyDecomposedVarDecl(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaDeclCXX.cpp121 } else if (auto *VD = Decl->getPotentiallyDecomposedVarDecl()) { in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3339 VarDecl *ValueDecl::getPotentiallyDecomposedVarDecl() { in getPotentiallyDecomposedVarDecl() function in ValueDecl