Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp172 assert(DR->refersToEnclosingVariableOrCapture()); in isCapturedByReference()
217 isa<ParmVarDecl>(VD) || DR->refersToEnclosingVariableOrCapture(); in isPossiblyEscaped()
219 if ((DR->refersToEnclosingVariableOrCapture() && in isPossiblyEscaped()
H A DExprEngine.cpp3183 DeclRefEx->refersToEnclosingVariableOrCapture() && MD && in VisitCommonDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp774 !DRE->refersToEnclosingVariableOrCapture()) { in visitLocalsRetainedByReferenceBinding()
H A DSemaStmt.cpp3352 if (!DR || DR->refersToEnclosingVariableOrCapture()) in getNamedReturnInfo()
H A DSemaExpr.cpp13493 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
14428 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()
19614 DRE->getDecl(), DRE->refersToEnclosingVariableOrCapture(), in rebuildPotentialResultsAsNonOdrUsed()
20149 if (!ID || ID->isTypeDependent() || !ID->refersToEnclosingVariableOrCapture()) in FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter()
H A DSemaInit.cpp7632 if (!DRE || DRE->refersToEnclosingVariableOrCapture()) in CheckMoveOnConstruction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3648 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
3670 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
3826 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
H A DRewriteModernObjC.cpp4451 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
4473 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
4648 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1839 RefExpr->refersToEnclosingVariableOrCapture()) { in tryEmitAsConstant()
3092 if (E->refersToEnclosingVariableOrCapture()) in canEmitSpuriousReferenceToVariable()
3181 if (E->refersToEnclosingVariableOrCapture()) { in EmitDeclRefLValue()
3313 if (E->refersToEnclosingVariableOrCapture()) { in EmitDeclRefLValue()
H A DCGException.cpp1801 if (E->refersToEnclosingVariableOrCapture()) in VisitDeclRefExpr()
H A DCGStmtOpenMP.cpp2361 if (DRE->refersToEnclosingVariableOrCapture()) { in EmitOMPPrivateLoopCounters()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1536 else if (Node->refersToEnclosingVariableOrCapture()) in VisitDeclRefExpr()
H A DASTImporter.cpp7803 E->refersToEnclosingVariableOrCapture(), ToLocation, ToType, in VisitDeclRefExpr()
H A DExprConstant.cpp8967 E->refersToEnclosingVariableOrCapture()) { in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp692 CurrentPackingBits.addBit(E->refersToEnclosingVariableOrCapture()); in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1472 bool refersToEnclosingVariableOrCapture() const { in refersToEnclosingVariableOrCapture() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp6617 DRE && DRE->refersToEnclosingVariableOrCapture()) { in visitDeclRef()