Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h716 VarDecl *getPotentiallyDecomposedVarDecl();
717 const VarDecl *getPotentiallyDecomposedVarDecl() const { in getPotentiallyDecomposedVarDecl() function
718 return const_cast<ValueDecl *>(this)->getPotentiallyDecomposedVarDecl(); in getPotentiallyDecomposedVarDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1320 VarDecl *Underlying = Var->getPotentiallyDecomposedVarDecl(); in ActOnLambdaExpressionAfterIntroducer()
H A DSemaExpr.cpp18571 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()
H A DSemaExprCXX.cpp7614 VarDecl *UnderlyingVar = Var->getPotentiallyDecomposedVarDecl(); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaOpenMP.cpp7735 VarDecl *V = VD->getPotentiallyDecomposedVarDecl(); in VisitDeclRefExpr()
7743 V = DRE->getDecl()->getPotentiallyDecomposedVarDecl(); in VisitDeclRefExpr()
H A DSemaDeclCXX.cpp118 } else if (auto *VD = Decl->getPotentiallyDecomposedVarDecl()) { in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3562 VarDecl *ValueDecl::getPotentiallyDecomposedVarDecl() { in getPotentiallyDecomposedVarDecl() function in ValueDecl