Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp1350 if (E->refersToEnclosingVariableOrCapture()) { in VisitDeclRefExpr()
DCGExpr.cpp1951 if (E->refersToEnclosingVariableOrCapture()) { in EmitDeclRefLValue()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3675 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
3702 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
3863 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
DRewriteModernObjC.cpp4561 if (DRE->refersToEnclosingVariableOrCapture() || in GetBlockDeclRefExprs()
4588 if (DRE->refersToEnclosingVariableOrCapture() || in GetInnerBlockDeclRefExprs()
4768 bool isArrow = DeclRefExp->refersToEnclosingVariableOrCapture() || in RewriteBlockDeclRefExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp347 Record.push_back(E->refersToEnclosingVariableOrCapture()); in VisitDeclRefExpr()
/external/clang/lib/Sema/
DSemaStmt.cpp2636 if (!DR || DR->refersToEnclosingVariableOrCapture()) in getCopyElisionCandidate()
DSemaChecking.cpp5234 if (DR->refersToEnclosingVariableOrCapture()) in EvalAddr()
5401 if (DR->refersToEnclosingVariableOrCapture()) in EvalVal()
DSemaExpr.cpp8964 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()
/external/clang/include/clang/AST/
DExpr.h1156 bool refersToEnclosingVariableOrCapture() const { in refersToEnclosingVariableOrCapture() function
/external/clang/lib/AST/
DASTImporter.cpp4431 E->refersToEnclosingVariableOrCapture(), in VisitDeclRefExpr()