Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp602 Record.push_back(E->refersToEnclosingVariableOrCapture()); in VisitDeclRefExpr()
615 !E->refersToEnclosingVariableOrCapture() && !E->isNonOdrUse()) { in VisitDeclRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3668 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
3690 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
3848 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
H A DRewriteModernObjC.cpp4480 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
4502 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
4679 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
/netbsd-src/external/apache2/llvm/dist/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.cpp2241 if (DRE->refersToEnclosingVariableOrCapture()) { in EmitOMPPrivateLoopCounters()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2545 DeclRefEx->refersToEnclosingVariableOrCapture() && MD && in VisitCommonDeclRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp7141 !DRE->refersToEnclosingVariableOrCapture()) { in visitLocalsRetainedByReferenceBinding()
7855 if (!DRE || DRE->refersToEnclosingVariableOrCapture()) in CheckMoveOnConstruction()
H A DSemaStmt.cpp3334 if (!DR || DR->refersToEnclosingVariableOrCapture()) in getCopyElisionCandidate()
H A DSemaExpr.cpp12588 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
13468 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()
18040 DRE->getDecl(), DRE->refersToEnclosingVariableOrCapture(), in rebuildPotentialResultsAsNonOdrUsed()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1415 bool refersToEnclosingVariableOrCapture() const { in refersToEnclosingVariableOrCapture() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp6674 E->refersToEnclosingVariableOrCapture(), ToLocation, ToType, in VisitDeclRefExpr()
H A DExprConstant.cpp8143 cast<DeclRefExpr>(E)->refersToEnclosingVariableOrCapture()) { in VisitVarDecl()