Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3655 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
3677 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
3835 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
H A DRewriteModernObjC.cpp4472 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
4494 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
4671 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp1680 if (E->refersToEnclosingVariableOrCapture()) { in VisitDeclRefExpr()
H A DCGExpr.cpp2461 !(E->refersToEnclosingVariableOrCapture() && in EmitDeclRefLValue()
2483 if (E->refersToEnclosingVariableOrCapture()) { in EmitDeclRefLValue()
H A DCGStmtOpenMP.cpp1523 if (DRE->refersToEnclosingVariableOrCapture()) { in EmitOMPPrivateLoopCounters()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp454 Record.push_back(E->refersToEnclosingVariableOrCapture()); in VisitDeclRefExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2383 DeclRefEx->refersToEnclosingVariableOrCapture() && MD && in VisitCommonDeclRefExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp6609 !DRE->refersToEnclosingVariableOrCapture()) { in visitLocalsRetainedByReferenceBinding()
7164 if (!DRE || DRE->refersToEnclosingVariableOrCapture()) in CheckMoveOnConstruction()
H A DSemaStmt.cpp2943 if (!DR || DR->refersToEnclosingVariableOrCapture()) in getCopyElisionCandidate()
H A DSemaExpr.cpp10942 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
11794 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1239 bool refersToEnclosingVariableOrCapture() const { in refersToEnclosingVariableOrCapture() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp6143 E->refersToEnclosingVariableOrCapture(), ToLocation, ToType, in VisitDeclRefExpr()
H A DExprConstant.cpp5377 cast<DeclRefExpr>(E)->refersToEnclosingVariableOrCapture()) { in VisitVarDecl()