Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h360 Capture(VarDecl *Var, bool block, bool byRef, bool isNested, in Capture() argument
364 CopyExprAndNested(Cpy, isNested), Loc(Loc), EllipsisLoc(EllipsisLoc), in Capture()
368 Capture(IsThisCapture, bool isNested, SourceLocation Loc, in Capture() argument
370 : VarAndKind(0, Cap_This), CopyExprAndNested(Cpy, isNested), Loc(Loc), in Capture()
378 bool isNested() { return CopyExprAndNested.getInt(); } in isNested() function
424 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
427 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
432 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
569 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() argument
571 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef
292 final int modifiers = (isNested (nestedAccessFlags) in computeSUID()
/external/clang/lib/CodeGen/
DCGBlocks.cpp766 if (BlockInfo && ci->isNested()) { in EmitBlockLiteral()
786 /*refersToEnclosing*/ ci->isNested(), type, in EmitBlockLiteral()
798 if (ci->isNested()) in EmitBlockLiteral()
836 /*refersToEnclosing*/ ci->isNested(), type, in EmitBlockLiteral()
/external/clang/lib/AST/
DASTDumper.cpp1300 if (I->isNested()) in VisitBlockDecl()
/external/clang/include/clang/AST/
DDecl.h3069 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp810 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
/external/clang/lib/Sema/
DSemaExprCXX.cpp737 bool isNested = NumClosures > 1; in CheckCXXThisCapture() local
738 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr); in CheckCXXThisCapture()
DSemaExpr.cpp9651 Cap.isNested(), Cap.getCopyExpr()); in ActOnBlockStmtExpr()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp4607 if (variable == ND && ci->isNested()) { in SynthBlockInitExpr()
DRewriteModernObjC.cpp5575 if (variable == ND && ci->isNested()) { in SynthBlockInitExpr()