Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp2547 DeclRefEx->refersToEnclosingVariableOrCapture() && MD && in VisitCommonDeclRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp613 Record.push_back(E->refersToEnclosingVariableOrCapture()); in VisitDeclRefExpr()
626 !E->refersToEnclosingVariableOrCapture() && !E->isNonOdrUse()) { in VisitDeclRefExpr()
/freebsd-13.1/contrib/llvm-project/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.cpp4469 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
4491 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
4666 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1533 refExpr->refersToEnclosingVariableOrCapture()) { in tryEmitAsConstant()
2629 if (E->refersToEnclosingVariableOrCapture()) in canEmitSpuriousReferenceToVariable()
2719 if (E->refersToEnclosingVariableOrCapture()) { in EmitDeclRefLValue()
H A DCGException.cpp1773 if (E->refersToEnclosingVariableOrCapture()) in VisitDeclRefExpr()
H A DCGStmtOpenMP.cpp2249 if (DRE->refersToEnclosingVariableOrCapture()) { in EmitOMPPrivateLoopCounters()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7143 !DRE->refersToEnclosingVariableOrCapture()) { in visitLocalsRetainedByReferenceBinding()
7857 if (!DRE || DRE->refersToEnclosingVariableOrCapture()) in CheckMoveOnConstruction()
H A DSemaStmt.cpp3332 if (!DR || DR->refersToEnclosingVariableOrCapture()) in getNamedReturnInfo()
H A DSemaExpr.cpp12709 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
13589 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()
18206 DRE->getDecl(), DRE->refersToEnclosingVariableOrCapture(), in rebuildPotentialResultsAsNonOdrUsed()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1412 bool refersToEnclosingVariableOrCapture() const { in refersToEnclosingVariableOrCapture() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6803 E->refersToEnclosingVariableOrCapture(), ToLocation, ToType, in VisitDeclRefExpr()
H A DExprConstant.cpp8146 cast<DeclRefExpr>(E)->refersToEnclosingVariableOrCapture()) { in VisitVarDecl()