Home
last modified time | relevance | path

Searched defs:Parent (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DUDTLayout.cpp47 LayoutItemBase::LayoutItemBase(const UDTLayoutBase *Parent, in LayoutItemBase()
68 const UDTLayoutBase &Parent, std::unique_ptr<PDBSymbolData> Member) in DataMemberLayoutItem()
79 VBPtrLayoutItem::VBPtrLayoutItem(const UDTLayoutBase &Parent, in VBPtrLayoutItem()
96 VTableLayoutItem::VTableLayoutItem(const UDTLayoutBase &Parent, in VTableLayoutItem()
104 UDTLayoutBase::UDTLayoutBase(const UDTLayoutBase *Parent, const PDBSymbol &Sym, in UDTLayoutBase()
151 BaseClassLayout::BaseClassLayout(const UDTLayoutBase &Parent, in BaseClassLayout()
/third_party/typescript/tests/baselines/reference/
DdestructuringInitializerContextualTypeFromContext.js10 const Parent: SFC<Props> = ({ function
52 var Parent = function (_a) { class
DnoImplicitAnyMissingSetAccessor.js29 var Parent = /** @class */ (function () { class
30 function Parent() { class in Parent
DnoImplicitAnyMissingGetAccessor.js30 var Parent = /** @class */ (function () { class
31 function Parent() { class in Parent
DsuperNoModifiersCrash.js2 class Parent { class
31 function Parent() { class in Parent
DindexedAccessTypeConstraints.js12 class Parent<M> { class
59 function Parent(data) { class in Parent
DemitClassDeclarationWithSuperMethodCall01.js2 class Parent { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DTapiUniversal.h29 const TapiUniversal *Parent; variable
33 ObjectForArch(const TapiUniversal *Parent, int Index) in ObjectForArch()
DArchive.h79 Archive const *Parent; variable
91 const Archive *Parent; variable
179 const Archive *Parent; variable
/third_party/typescript/tests/cases/compiler/
DnoImplicitAnyMissingSetAccessor.ts6 public abstract get message();
DnoImplicitAnyMissingGetAccessor.ts6 public abstract set message(str);
DsuperNoModifiersCrash.ts4 class Parent { class
DrecursiveExcessPropertyChecks.ts6 Parent?: this; property
DdestructuringInitializerContextualTypeFromContext.ts11 const Parent: SFC<Props> = ({ constant
DindexedAccessTypeConstraints.ts13 class Parent<M> { class
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/type-declaration/
Dinterface-heritage1.ts1 interface Parent {} interface
/third_party/node/test/fixtures/cycles/
Dwarning-moduleexports-class-a.js3 class Parent {} class
/third_party/jerryscript/tests/jerry-test-suite/15/15.02/15.02.04/15.02.04.05/
D15.02.04.05-003.js15 function Parent() { class
D15.02.04.05-004.js15 function Parent() { class
/third_party/typescript/tests/cases/conformance/es6/classDeclaration/
DemitClassDeclarationWithSuperMethodCall01.ts3 class Parent { class
/third_party/typescript/tests/cases/conformance/classes/members/privateNames/
DprivateNamesConstructorChain-1.ts3 class Parent { class
DprivateNamesConstructorChain-2.ts3 class Parent<T> { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp80 void DIEHash::addParentContext(const DIE &Parent) { in addParentContext()
144 if (const DIE *Parent = Entry.getParent()) in hashShallowTypeReference() local
410 if (const DIE *Parent = Die.getParent()) in computeTypeSignature() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLexicalScopes.cpp168 LexicalScope *Parent = nullptr; in getOrCreateRegularScope() local
196 LexicalScope *Parent; in getOrCreateInlinedScope() local
219 LexicalScope *Parent = nullptr; in getOrCreateAbstractScope() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DArgument.h30 Function *Parent; variable

123456