/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 486 bool isNested() const { in isNested() function 538 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument 541 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture() 556 void addThisCapture(bool isNested, SourceLocation Loc, 877 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() argument 880 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, QualType(), in addThisCapture()
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 194 this.isNested = false; 514 if (this.isNested) { 590 this.isNested = true; 600 if (this.vtable == null || !this.isNested) { 651 this.isNested = false;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeUDT.h | 40 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeTypedef.h | 40 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeEnum.h | 44 FORWARD_SYMBOL_METHOD(isNested)
|
D | PDBSymbolTypeBaseClass.h | 41 FORWARD_SYMBOL_METHOD(isNested)
|
D | IPDBRawSymbol.h | 181 virtual bool isNested() const = 0;
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | InjectConstructorValidator.java | 85 if (enclosingElement.getNestingKind().isNested() in validate()
|
/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/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 172 bool isNested() const override;
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 286 MOCK_SYMBOL_ACCESSOR(isNested)
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 789 if (BlockInfo && CI.isNested()) { in EmitBlockLiteral() 806 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral() 819 if (CI.isNested()) in EmitBlockLiteral() 873 /*RefersToEnclosingVariableOrCapture*/ CI.isNested(), in EmitBlockLiteral()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 995 bool DIARawSymbol::isNested() const { in isNested() function in DIARawSymbol
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 1730 if (I.isNested()) in VisitBlockDecl()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3489 bool isNested() const { return VariableAndFlags.getInt() & flag_isNested; } in isNested() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1038 if (capture.isNested()) flags |= 2; in VisitBlockDecl()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1182 bool isNested = NumCapturingClosures > 1; in CheckCXXThisCapture() local 1183 CSI->addThisCapture(isNested, Loc, ThisExpr, ByCopy); in CheckCXXThisCapture()
|
D | SemaExpr.cpp | 12122 Cap.isNested(), Cap.getInitExpr()); in ActOnBlockStmtExpr()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 4503 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|
D | RewriteModernObjC.cpp | 5376 if (variable == ND && CI.isNested()) { in SynthBlockInitExpr()
|