Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp601 Record.push_back(E->refersToEnclosingVariableOrCapture()); in VisitDeclRefExpr()
614 !E->refersToEnclosingVariableOrCapture() && !E->isNonOdrUse()) { in VisitDeclRefExpr()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3655 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
3677 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
3836 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
DRewriteModernObjC.cpp4477 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
4499 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
4677 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3668 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
3690 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
3848 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
DRewriteModernObjC.cpp4480 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
4502 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
4679 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
/external/clang/lib/CodeGen/
DCGException.cpp1462 if (E->refersToEnclosingVariableOrCapture()) { in VisitDeclRefExpr()
DCGExpr.cpp2089 !(E->refersToEnclosingVariableOrCapture() && CapturedStmtInfo && in EmitDeclRefLValue()
2104 if (E->refersToEnclosingVariableOrCapture()) { in EmitDeclRefLValue()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp1533 refExpr->refersToEnclosingVariableOrCapture()) { in tryEmitAsConstant()
2633 if (E->refersToEnclosingVariableOrCapture()) in canEmitSpuriousReferenceToVariable()
2723 if (E->refersToEnclosingVariableOrCapture()) { in EmitDeclRefLValue()
DCGException.cpp1705 if (E->refersToEnclosingVariableOrCapture()) { in VisitDeclRefExpr()
DCGStmtOpenMP.cpp2072 if (DRE->refersToEnclosingVariableOrCapture()) { in EmitOMPPrivateLoopCounters()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1903 DeclRefEx->refersToEnclosingVariableOrCapture() && MD && in VisitCommonDeclRefExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp380 Record.push_back(E->refersToEnclosingVariableOrCapture()); in VisitDeclRefExpr()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2540 DeclRefEx->refersToEnclosingVariableOrCapture() && MD && in VisitCommonDeclRefExpr()
/external/clang/lib/Sema/
DSemaStmt.cpp2713 if (!DR || DR->refersToEnclosingVariableOrCapture()) in getCopyElisionCandidate()
DSemaChecking.cpp6611 if (DR->refersToEnclosingVariableOrCapture()) in EvalAddr()
6779 if (DR->refersToEnclosingVariableOrCapture()) in EvalVal()
DSemaInit.cpp6118 if (!DRE || DRE->refersToEnclosingVariableOrCapture()) in CheckMoveOnConstruction()
DSemaExpr.cpp9662 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
/external/clang/include/clang/AST/
DExpr.h1141 bool refersToEnclosingVariableOrCapture() const { in refersToEnclosingVariableOrCapture() function
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp7074 !DRE->refersToEnclosingVariableOrCapture()) { in visitLocalsRetainedByReferenceBinding()
7786 if (!DRE || DRE->refersToEnclosingVariableOrCapture()) in CheckMoveOnConstruction()
DSemaStmt.cpp3036 if (!DR || DR->refersToEnclosingVariableOrCapture()) in getCopyElisionCandidate()
DSemaExpr.cpp12470 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
13349 if (VarRef && VarRef->refersToEnclosingVariableOrCapture()) { in CheckAddressOfOperand()
17776 DRE->getDecl(), DRE->refersToEnclosingVariableOrCapture(), in rebuildPotentialResultsAsNonOdrUsed()
/external/llvm-project/clang/include/clang/AST/
DExpr.h1415 bool refersToEnclosingVariableOrCapture() const { in refersToEnclosingVariableOrCapture() function
/external/clang/lib/AST/
DASTImporter.cpp5401 E->refersToEnclosingVariableOrCapture(), in VisitDeclRefExpr()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp6548 E->refersToEnclosingVariableOrCapture(), ToLocation, ToType, in VisitDeclRefExpr()
DExprConstant.cpp8132 cast<DeclRefExpr>(E)->refersToEnclosingVariableOrCapture()) { in VisitVarDecl()