Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h728 VarDecl *getPotentiallyDecomposedVarDecl();
729 const VarDecl *getPotentiallyDecomposedVarDecl() const { in getPotentiallyDecomposedVarDecl() function
730 return const_cast<ValueDecl *>(this)->getPotentiallyDecomposedVarDecl(); in getPotentiallyDecomposedVarDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1237 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in ActOnStartOfLambdaDefinition()
H A DSemaExpr.cpp18493 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()
H A DSemaExprCXX.cpp8295 VarDecl *UnderlyingVar = Var->getPotentiallyDecomposedVarDecl(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaDeclCXX.cpp110 } else if (auto *VD = Decl->getPotentiallyDecomposedVarDecl()) { in VisitDeclRefExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp3252 VarDecl *ValueDecl::getPotentiallyDecomposedVarDecl() { in getPotentiallyDecomposedVarDecl() function in ValueDecl