Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3664 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
3688 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
3849 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
DRewriteModernObjC.cpp4542 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
4566 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
4746 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
/external/clang/lib/CodeGen/
DCGException.cpp1462 if (E->refersToEnclosingVariableOrCapture()) { in VisitDeclRefExpr()
DCGExpr.cpp2050 !(E->refersToEnclosingVariableOrCapture() && CapturedStmtInfo && in EmitDeclRefLValue()
2065 if (E->refersToEnclosingVariableOrCapture()) { in EmitDeclRefLValue()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1879 DeclRefEx->refersToEnclosingVariableOrCapture() && MD && in VisitCommonDeclRefExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp367 Record.push_back(E->refersToEnclosingVariableOrCapture()); in VisitDeclRefExpr()
/external/clang/include/clang/AST/
DExpr.h1185 bool refersToEnclosingVariableOrCapture() const { in refersToEnclosingVariableOrCapture() function
/external/clang/lib/Sema/
DSemaStmt.cpp2682 if (!DR || DR->refersToEnclosingVariableOrCapture()) in getCopyElisionCandidate()
DSemaChecking.cpp5720 if (DR->refersToEnclosingVariableOrCapture()) in EvalAddr()
5887 if (DR->refersToEnclosingVariableOrCapture()) in EvalVal()
DSemaInit.cpp5986 if (!DRE || DRE->refersToEnclosingVariableOrCapture()) in CheckMoveOnConstruction()
DSemaOpenMP.cpp3158 cast<ValueDecl>(NewD), E->refersToEnclosingVariableOrCapture(), in TransformDeclRefExpr()
DSemaExpr.cpp9225 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
/external/clang/lib/AST/
DASTImporter.cpp5057 E->refersToEnclosingVariableOrCapture(), in VisitDeclRefExpr()