HomeSort by relevance Sort by last modified time
    Searched refs:Parent (Results 76 - 100 of 285) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/tools/libclang/
IndexDecl.cpp 35 const NamedDecl *Parent = nullptr) {
36 if (!Parent) Parent = D;
39 IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), Parent);
40 IndexCtx.indexNestedNameSpecifierLoc(D->getQualifierLoc(), Parent);
257 // FIXME: Parent for the following is CXIdxEntity_Unexposed with no USR,
268 // FIXME: Parent for the following is CXIdxEntity_Unexposed with no USR,
IndexingContext.h 381 void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,
384 void indexTypeLoc(TypeLoc TL, const NamedDecl *Parent,
388 const NamedDecl *Parent,
393 void indexBody(const Stmt *S, const NamedDecl *Parent,
435 const NamedDecl *Parent,
441 const NamedDecl *Parent,
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 285 assert(xrb->Parent);
286 alloc_back_buffer(xrb->Parent, width, height);
461 ximage = XGetImage(xrb->Parent->display,
474 ximage = XCreateImage(xrb->Parent->display,
475 xrb->Parent->xm_visual->visinfo->visual,
476 xrb->Parent->xm_visual->visinfo->depth,
531 GC gc = XCreateGC(xrb->Parent->display, xrb->pixmap, 0, NULL);
533 XPutImage(xrb->Parent->display,
541 XFreeGC(xrb->Parent->display, gc);
  /external/libchrome/base/memory/
scoped_ptr_unittest.cc 240 // Test assignment to a scoped_ptr deleter of parent type.
699 struct Parent {};
700 struct Child : public Parent {};
702 scoped_ptr<Parent> p(new Parent);
703 scoped_ptr<Parent> p2(new Parent);
705 scoped_ptr<Parent> pnull;
772 struct Parent {};
773 struct Child : public Parent {};
    [all...]
  /external/libweave/third_party/chromium/base/memory/
scoped_ptr_unittest.cc 241 // Test assignment to a scoped_ptr deleter of parent type.
700 struct Parent {};
701 struct Child : public Parent {};
703 scoped_ptr<Parent> p(new Parent);
704 scoped_ptr<Parent> p2(new Parent);
706 scoped_ptr<Parent> pnull;
773 struct Parent {};
774 struct Child : public Parent {};
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 125 /// In the BBtoRegionNode map of the parent of this node, BB will always map
133 /// @brief The parent Region of this RegionNode.
135 RegionT *parent; member in class:llvm::RegionNodeBase
140 /// @param Parent The parent of this RegionNode.
146 inline RegionNodeBase(RegionT *Parent, BlockT *Entry,
148 : entry(Entry, isSubRegion), parent(Parent) {}
151 /// @brief Get the parent Region of this RegionNode.
153 /// The parent Region is the Region this RegionNode belongs to. If fo
    [all...]
RegionIterator.h 28 /// the parent Region. Furthermore for BasicBlocks that start a subregion, a
180 assert(Node->getParent() && "A BB node must have a parent!");
209 RegionT *Parent = Node->getParent();
213 assert(Parent->getExit() != BB && "iterator out of range!");
215 return Parent->getBBNode(BB);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 80 /// \brief Including \p Parent adds the context of Parent to the hash..
81 void DIEHash::addParentContext(const DIE &Parent) {
83 DEBUG(dbgs() << "Adding parent context to hash...\n");
88 const DIE *Cur = &Parent;
193 if (const DIE *Parent = Entry.getParent())
194 addParentContext(*Parent);
501 if (const DIE *Parent = Die.getParent())
502 addParentContext(*Parent);
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 221 BasicBlock *Parent = Phi->getParent();
222 PHINode *NewPhi = PHINode::Create(Int64, 0, "", &Parent->front());
239 BasicBlock *IDom = DT->getNode(Parent)->getIDom()->getBlock();
249 CallInst *OldEnd = dyn_cast<CallInst>(Parent->getFirstInsertionPt());
264 BasicBlock *Parent = Inst->getParent();
267 Insert = Parent->getTerminator();
  /external/clang/lib/Sema/
Scope.cpp 21 void Scope::Init(Scope *parent, unsigned flags) {
22 AnyParent = parent;
25 if (parent && !(flags & FnScope)) {
26 BreakParent = parent->BreakParent;
27 ContinueParent = parent->ContinueParent;
34 if (parent) {
35 Depth = parent->Depth + 1;
36 PrototypeDepth = parent->PrototypeDepth;
38 FnParent = parent->FnParent;
39 BlockParent = parent->BlockParent
    [all...]
  /external/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 86 int Parent;
  /external/llvm/lib/Target/WebAssembly/
Relooper.h 89 Shape *Parent; // The shape we are directly inside
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(id<ANTLRTree>)parent
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(id<ANTLRTree>)parent
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeWizard.h 42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
56 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(id<ANTLRTree>)parent
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.h 43 - (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
57 - (void) visit:(ANTLRCommonTree *)t Parent:(ANTLRCommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
120 Parent:(ANTLRCommonTree *)parent
  /external/clang/include/clang/Lex/
ModuleMap.h 264 Attributes Attrs, Module *Parent);
373 /// \param Parent The module that will act as the parent of this submodule,
382 std::pair<Module *, bool> findOrCreateModule(StringRef Name, Module *Parent,
389 bool IsSystem, Module *Parent);
  /external/clang/lib/AST/
ParentMap.cpp 74 // OpaqueValueExpr is shared among multiple parent expressions.
76 // parent, then not reassign that when traversing the semantic expressions.
113 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) {
115 assert(Parent);
117 M->insert(std::make_pair(const_cast<Stmt *>(S), const_cast<Stmt *>(Parent)));
  /external/llvm/include/llvm/IR/
Instruction.h 41 BasicBlock *Parent;
58 inline const BasicBlock *getParent() const { return Parent; }
59 inline BasicBlock *getParent() { return Parent; }
65 /// parent, or the parent basic block does not have a parent function.
407 /// * The instruction has no parent
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 238 BasicBlock *Parent = RI->getParent();
239 BranchInst::Create(UnwindBB, Parent);
242 PN->addIncoming(ExnObj, Parent);
  /external/llvm/include/llvm/Support/
GCOV.h 267 GCOVFunction(GCOVFile &P) : Parent(P), Ident(0), LineNumber(0) {}
286 GCOVFile &Parent;
315 : Parent(P), Number(N), Counter(0), DstEdgesAreSorted(true), SrcEdges(),
318 const GCOVFunction &getParent() const { return Parent; }
355 GCOVFunction &Parent;
  /external/clang/lib/Lex/
ModuleMap.cpp 201 // Retrieve our parent path.
206 // Resolve the parent path to a directory entry.
370 while (!UmbrellaModule->getUmbrellaDir() && UmbrellaModule->Parent)
371 UmbrellaModule = UmbrellaModule->Parent;
480 while (!UmbrellaModule->getUmbrellaDir() && UmbrellaModule->Parent)
481 UmbrellaModule = UmbrellaModule->Parent;
512 // Retrieve our parent path.
517 // Resolve the parent path to a directory entry.
534 for(; Context; Context = Context->Parent) {
550 ModuleMap::findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
shadow.go 213 // obj.Parent.Parent is the surrounding scope. If we can find another declaration
215 _, shadowed := obj.Parent().Parent().LookupParent(obj.Name(), obj.Pos())
220 if shadowed.Parent() == types.Universe {
  /prebuilts/go/linux-x86/src/cmd/vet/
shadow.go 213 // obj.Parent.Parent is the surrounding scope. If we can find another declaration
215 _, shadowed := obj.Parent().Parent().LookupParent(obj.Name(), obj.Pos())
220 if shadowed.Parent() == types.Universe {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 120 public virtual object DupTree( object t, object parent )
127 // ensure new subtree root has parent/child index set
129 SetParent( newTree, parent );
229 // whoever invokes rule will set parent and child index
230 r.Parent = null;
465 return tree.Parent;
468 public virtual void SetParent(object t, object parent)
474 ITree parentTree = GetTree(parent);
475 tree.Parent = parentTree;
496 public virtual void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t
    [all...]

Completed in 927 milliseconds

1 2 34 5 6 7 8 91011>>