Searched refs:isNested (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 360 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/ |
D | ClassDef.java | 155 public boolean isNested (final int [] nestedAccessFlags) in isNested() method in ClassDef 292 final int modifiers = (isNested (nestedAccessFlags) in computeSUID()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 766 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/ |
D | ASTDumper.cpp | 1300 if (I->isNested()) in VisitBlockDecl()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3069 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 810 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 737 bool isNested = NumClosures > 1; in CheckCXXThisCapture() local 738 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr); in CheckCXXThisCapture()
|
D | SemaExpr.cpp | 9651 Cap.isNested(), Cap.getCopyExpr()); in ActOnBlockStmtExpr()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 4607 if (variable == ND && ci->isNested()) { in SynthBlockInitExpr()
|
D | RewriteModernObjC.cpp | 5575 if (variable == ND && ci->isNested()) { in SynthBlockInitExpr()
|