Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp172 assert(DR->refersToEnclosingVariableOrCapture()); in isCapturedByReference()
206 isa<ParmVarDecl>(VD) || DR->refersToEnclosingVariableOrCapture(); in isPossiblyEscaped()
208 if ((DR->refersToEnclosingVariableOrCapture() && in isPossiblyEscaped()
H A DExprEngine.cpp3073 DeclRefEx->refersToEnclosingVariableOrCapture() && MD && in VisitCommonDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1782 refExpr->refersToEnclosingVariableOrCapture()) { in tryEmitAsConstant()
2930 if (E->refersToEnclosingVariableOrCapture()) in canEmitSpuriousReferenceToVariable()
3019 if (E->refersToEnclosingVariableOrCapture()) { in EmitDeclRefLValue()
3162 if (E->refersToEnclosingVariableOrCapture()) { in EmitDeclRefLValue()
H A DCGException.cpp1800 if (E->refersToEnclosingVariableOrCapture()) in VisitDeclRefExpr()
H A DCGStmtOpenMP.cpp2286 if (DRE->refersToEnclosingVariableOrCapture()) { in EmitOMPPrivateLoopCounters()
/freebsd/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/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1161 if (Node->refersToEnclosingVariableOrCapture()) in VisitDeclRefExpr()
H A DASTImporter.cpp7353 E->refersToEnclosingVariableOrCapture(), ToLocation, ToType, in VisitDeclRefExpr()
H A DExprConstant.cpp8513 cast<DeclRefExpr>(E)->refersToEnclosingVariableOrCapture()) { in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp679 CurrentPackingBits.addBit(E->refersToEnclosingVariableOrCapture()); in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7690 !DRE->refersToEnclosingVariableOrCapture()) { in visitLocalsRetainedByReferenceBinding()
8404 if (!DRE || DRE->refersToEnclosingVariableOrCapture()) in CheckMoveOnConstruction()
H A DSemaStmt.cpp3389 if (!DR || DR->refersToEnclosingVariableOrCapture()) in getNamedReturnInfo()
H A DSemaExpr.cpp14154 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
15068 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()
20137 DRE->getDecl(), DRE->refersToEnclosingVariableOrCapture(), in rebuildPotentialResultsAsNonOdrUsed()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1446 bool refersToEnclosingVariableOrCapture() const { in refersToEnclosingVariableOrCapture() function