Home
last modified time | relevance | path

Searched refs:refersToEnclosingVariableOrCapture (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp169 assert(DR->refersToEnclosingVariableOrCapture()); in isCapturedByReference()
203 isa<ParmVarDecl>(VD) || DR->refersToEnclosingVariableOrCapture(); in isPossiblyEscaped()
205 if ((DR->refersToEnclosingVariableOrCapture() && in isPossiblyEscaped()
H A DExprEngine.cpp2731 DeclRefEx->refersToEnclosingVariableOrCapture() && MD && in VisitCommonDeclRefExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp611 Record.push_back(E->refersToEnclosingVariableOrCapture()); in VisitDeclRefExpr()
624 !E->refersToEnclosingVariableOrCapture() && !E->isNonOdrUse()) { in VisitDeclRefExpr()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3656 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
3678 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
3834 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
H A DRewriteModernObjC.cpp4470 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
4492 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
4667 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp1565 refExpr->refersToEnclosingVariableOrCapture()) { in tryEmitAsConstant()
2716 if (E->refersToEnclosingVariableOrCapture()) in canEmitSpuriousReferenceToVariable()
2805 if (E->refersToEnclosingVariableOrCapture()) { in EmitDeclRefLValue()
H A DCGException.cpp1779 if (E->refersToEnclosingVariableOrCapture()) in VisitDeclRefExpr()
H A DCGStmtOpenMP.cpp2278 if (DRE->refersToEnclosingVariableOrCapture()) { in EmitOMPPrivateLoopCounters()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp7202 !DRE->refersToEnclosingVariableOrCapture()) { in visitLocalsRetainedByReferenceBinding()
7916 if (!DRE || DRE->refersToEnclosingVariableOrCapture()) in CheckMoveOnConstruction()
H A DSemaStmt.cpp3370 if (!DR || DR->refersToEnclosingVariableOrCapture()) in getNamedReturnInfo()
H A DSemaExpr.cpp13412 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
14301 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()
19102 DRE->getDecl(), DRE->refersToEnclosingVariableOrCapture(), in rebuildPotentialResultsAsNonOdrUsed()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1425 bool refersToEnclosingVariableOrCapture() const { in refersToEnclosingVariableOrCapture() function
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6933 E->refersToEnclosingVariableOrCapture(), ToLocation, ToType, in VisitDeclRefExpr()
H A DExprConstant.cpp8236 cast<DeclRefExpr>(E)->refersToEnclosingVariableOrCapture()) { in VisitVarDecl()