Home
last modified time | relevance | path

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

1234567

/external/clang/test/Analysis/
Dinline.cpp60 class Parent { class
86 class Parent { class
91 Parent() : m_parent(0) {} in Parent() function in PR13569::Parent
134 class Parent { class
139 Parent() : m_parent(0) {} in Parent() function in PR13569_virtual::Parent
349 struct Parent { struct
351 int x;
420 struct Parent : public Base { struct
422 Parent *getThis() { return vGetThis(); } in getThis()
/external/clang/tools/libclang/
DIndexTypeSourceInfo.cpp20 const NamedDecl *Parent; member in __anon7fc33ef80111::TypeIndexer
97 const NamedDecl *Parent, in indexTypeSourceInfo()
106 const NamedDecl *Parent, in indexTypeLoc()
117 const NamedDecl *Parent, in indexNestedNameSpecifierLoc()
DIndexBody.cpp20 const NamedDecl *Parent; member in __anon79587ee70111::BodyIndexer
26 const NamedDecl *Parent, const DeclContext *DC) in BodyIndexer()
169 void IndexingContext::indexBody(const Stmt *S, const NamedDecl *Parent, in indexBody()
DCursorVisitor.h69 CXCursor Parent; variable
122 CXCursor &Parent; variable
127 SetParentRAII(CXCursor &Parent, const Decl *&StmtParent, in SetParentRAII()
/external/clang/test/CodeGenObjC/
Dobjc2-property-encode.m7 @interface Parent interface
11 @implementation Parent implementation
/external/skia/src/animator/
DSkDisplayXMLParser.h72 struct Parent { struct
76 SkTDArray<Parent> fParents; argument
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp81 void DIEHash::addParentContext(const DIE &Parent) { in addParentContext()
193 if (const DIE *Parent = Entry.getParent()) in hashShallowTypeReference() local
501 if (const DIE *Parent = Die.getParent()) in computeTypeSignature() local
/external/clang/test/SemaCXX/
Dwarn-weak-vtables.cpp34 class Parent { class
36 Parent() {} in Parent() function in Parent
/external/llvm/lib/CodeGen/
DLexicalScopes.cpp151 LexicalScope *Parent = nullptr; in getOrCreateRegularScope() local
177 LexicalScope *Parent; in getOrCreateInlinedScope() local
203 LexicalScope *Parent = nullptr; in getOrCreateAbstractScope() local
/external/clang/lib/Frontend/
DDependencyFile.cpp204 DFGImpl &Parent; member in __anonc90c6eea0211::DFGMMCallback
206 DFGMMCallback(DFGImpl &Parent) : Parent(Parent) {} in DFGMMCallback()
215 DFGImpl &Parent; member in __anonc90c6eea0211::DFGASTReaderListener
217 DFGASTReaderListener(DFGImpl &Parent) in DFGASTReaderListener()
/external/libchrome/base/
Dtemplate_util_unittest.cc16 class Parent {}; class
/external/libweave/third_party/chromium/base/
Dtemplate_util_unittest.cc17 class Parent {}; class
/external/compiler-rt/test/asan/TestCases/Windows/
Dwrong_downcast_on_stack.cc4 class Parent { class
Dwrong_downcast_on_heap.cc4 class Parent { class
/external/llvm/include/llvm/IR/
DArgument.h36 Function *Parent; variable
/external/llvm/include/llvm/Object/
DArchive.h56 const Archive *Parent; variable
139 const Archive *Parent; variable
DMachOUniversal.h35 const MachOUniversalBinary *Parent; variable
/external/v8/test/mjsunit/es6/regress/
Dregress-4466.js7 class Parent { class
/external/llvm/lib/IR/
DMDBuilder.cpp110 MDNode *MDBuilder::createTBAANode(StringRef Name, MDNode *Parent, in createTBAANode()
157 MDNode *MDBuilder::createTBAAScalarTypeNode(StringRef Name, MDNode *Parent, in createTBAAScalarTypeNode()
/external/v8/test/mjsunit/regress/
Dregress-crbug-513602.js5 function Parent() {} class
/external/clang/test/Analysis/inlining/
Ddyn-dispatch-bifurcate.cpp26 class Parent {}; class
/external/clang/lib/ARCMigrate/
DTransProtectedScope.cpp67 Stmt *Parent = getCaseParent(Curr); in VisitSwitchStmt() local
88 Stmt *Parent = PMap.getParent(S); in getCaseParent() local
/external/clang/lib/Sema/
DScope.cpp211 if (const Scope *Parent = getParent()) in dumpImpl() local
/external/clang/include/clang/Analysis/
DAnalysisContext.h221 const LocationContext *Parent; variable
446 LocationContext const *Parent, in getStackFrame()
461 LocationContext const *Parent, in getStackFrame()
/external/llvm/lib/Target/Mips/
DMips16ISelDAGToDAG.cpp127 void Mips16DAGToDAGISel::getMips16SPRefReg(SDNode *Parent, SDValue &AliasReg) { in getMips16SPRefReg()
164 SDNode *Parent, SDValue Addr, SDValue &Base, SDValue &Offset, in selectAddr16()

1234567