Searched refs:Parent (Results 126 - 150 of 233) sorted by relevance

12345678910

/external/clang/tools/libclang/
H A DCXCursor.cpp65 CXCursor cxcursor::MakeCXCursor(const Attr *A, const Decl *Parent, argument
67 assert(A && Parent && TU && "Invalid arguments!");
68 CXCursor C = { GetCursorKind(A), 0, { Parent, A, TU } };
101 CXCursor cxcursor::MakeCXCursor(const Stmt *S, const Decl *Parent, argument
259 return MakeCXCursor(Src, Parent, TU, RegionOfInterest);
265 Parent, TU, RegionOfInterest);
513 CXCursor C = { K, 0, { Parent, S, TU } };
546 CXCursor C = { K, 0, { Parent, S, TU } };
H A DIndexingContext.cpp654 const NamedDecl *Parent,
663 return handleReference(D, Loc, Cursor, Parent, DC, E, Kind);
668 const NamedDecl *Parent,
697 getEntityInfo(Parent, ParentEntity, SA);
706 Parent ? &ParentEntity : nullptr,
653 handleReference(const NamedDecl *D, SourceLocation Loc, const NamedDecl *Parent, const DeclContext *DC, const Expr *E, CXIdxEntityRefKind Kind) argument
666 handleReference(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor, const NamedDecl *Parent, const DeclContext *DC, const Expr *E, CXIdxEntityRefKind Kind) argument
/external/llvm/lib/Analysis/
H A DIVUsers.cpp354 Parent->Processed.erase(this->getUser());
355 Parent->IVUses.erase(this);
/external/lzma/CPP/Common/
H A DWildcard.cpp323 if (Parent == 0)
326 return Parent->CheckPathToRoot(include, pathParts, isFile);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas307 procedure SetParent(const T, Parent: IANTLRInterface);
327 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
386 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
495 property Parent: ITree read GetParent write SetParent;
562 procedure SanityCheckParentAndChildIndexes(const Parent: ITree;
584 property Parent: ITree read GetParent write SetParent;
642 function DupTree(const T, Parent: IANTLRInterface): IANTLRInterface; overload;
907 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
1167 procedure SanityCheckParentAndChildIndexes(const Parent: ITree;
1300 procedure SetParent(const T, Parent
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp391 while (const DeclContext *Parent = ND->getParent()) {
392 if (!isa<NamespaceDecl>(Parent))
394 ND = cast<NamespaceDecl>(Parent);
622 if (const Stmt *Parent = CurLC->getParentMap().getParent(CtorExpr))
623 if (isa<CXXNewExpr>(Parent))
H A DPathDiagnostic.cpp516 const Stmt *Parent = S; local
518 Parent = PM.getParent(Parent);
524 if (!Parent) {
533 L = UseEnd ? Parent->getLocEnd() : Parent->getLocStart();
/external/llvm/lib/IR/
H A DFunction.cpp47 Parent = nullptr;
60 Parent = parent;
172 AttributeSet::get(Parent->getContext(),
182 AttributeSet::get(Parent->getContext(),
281 Parent = parent;
H A DGCOV.cpp121 if (Parent.getChecksum() != CfgChecksum) {
122 errs() << "File checksums do not match: " << Parent.getChecksum()
238 if (Parent.getChecksum() != CfgChecksum) {
239 errs() << "File checksums do not match: " << Parent.getChecksum()
353 FI.addBlockLine(Parent.getFilename(), *I, this);
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp522 const ast_type_traits::DynTypedNode Parent = Parents[0]; local
523 if (Matcher.matches(Parent, this, &Result.Nodes)) {
530 Parent, Matcher, &Result.Nodes, MatchMode);
/external/clang/lib/Format/
H A DTokenAnnotator.cpp228 FormatToken *Parent = Left->getPreviousNonComment(); local
232 (!Parent || Parent->isOneOf(tok::colon, tok::l_square, tok::l_paren,
234 Parent->isUnaryOperator() || Parent->Type == TT_ObjCForIn ||
235 Parent->Type == TT_CastRParen ||
236 getBinOpPrecedence(Parent->Tok.getKind(), true, true) > prec::Unknown);
244 } else if (Parent && Parent->is(tok::at)) {
264 if (Parent
[all...]
/external/chromium_org/chrome/browser/printing/
H A Dprinting_layout_browsertest.cc249 typedef PrintingLayoutTest Parent; typedef in class:__anon4491::PrintingLayoutTextTest
255 return Parent::IsTestCaseDisabled() || IsClearTypeEnabled();
/external/chromium_org/printing/
H A Demf_win_unittest.cc33 typedef testing::Test Parent; typedef in class:printing::__anon10337::EmfPrintingTest
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A DxmesaP.h157 XMesaBuffer Parent; /**< The XMesaBuffer this renderbuffer belongs to */ member in struct:xmesa_renderbuffer
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfOutlineItemDictionary_autogen.cpp23 SkPdfDictionary* SkPdfOutlineItemDictionary::Parent(SkPdfNativeDoc* doc) { function in class:SkPdfOutlineItemDictionary
24 SkPdfNativeObject* ret = get("Parent", "");
32 return get("Parent", "") != NULL;
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h227 virtual bool CheckComplexPattern(SDNode *Root, SDNode *Parent, SDValue N, argument
/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp90 unsigned Parent = (Group1 == 0) ? Group1 : Group2; local
91 unsigned Other = (Parent == Group1) ? Group2 : Group1;
92 GroupNodes.at(Other) = Parent;
93 return Parent;
/external/llvm/lib/Support/Unix/
H A DProgram.inc315 // Parent process: Break out of the switch to do our processing.
350 // Parent process: Wait for the child process to terminate.
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h157 XMesaBuffer Parent; /**< The XMesaBuffer this renderbuffer belongs to */ member in struct:xmesa_renderbuffer
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h51 // tree info 'Distance()', Parent(), and ArcParent() information keyed
58 // (c) Parent().state is kNoLabel for the 'start' state.
62 // (a) the Distance() is from the Parent() 'start' state to the
119 SearchState parent; // Parent state in shortest path tree
158 SearchState Parent(SearchState s) const { function in class:fst::PdtShortestPathData
163 SearchState Parent(const ParenSpec &paren) const { function in class:fst::PdtShortestPathData
711 s = sp_data_.Parent(d);
717 s = sp_data_.Parent(paren);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfOutlineItemDictionary_autogen.cpp23 SkPdfDictionary* SkPdfOutlineItemDictionary::Parent(SkPdfNativeDoc* doc) { function in class:SkPdfOutlineItemDictionary
24 SkPdfNativeObject* ret = get("Parent", "");
32 return get("Parent", "") != NULL;
/external/clang/lib/AST/
H A DType.cpp233 #define ABSTRACT_TYPE(Class, Parent)
234 #define TYPE(Class, Parent) \
252 #define ABSTRACT_TYPE(Class, Parent)
253 #define TYPE(Class, Parent) \
281 #define ABSTRACT_TYPE(Class, Parent)
282 #define TYPE(Class, Parent) \
320 #define ABSTRACT_TYPE(Class, Parent)
321 #define TYPE(Class, Parent) \
353 #define ABSTRACT_TYPE(Class, Parent)
354 #define TYPE(Class, Parent) \
[all...]
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp321 // Set to all BIT_UNFILTERED's for Parent == NULL.
325 const FilterChooser *Parent; member in class:__anon26598::FilterChooser
333 // Parent emitter
340 FilterBitValues(FC.FilterBitValues), Parent(FC.Parent),
350 Parent(nullptr), BestIndex(-1), BitWidth(BW), Emitter(E) {
364 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
976 current = current->Parent;
/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h377 while (LoopT *Parent = Subloop->getParentLoop())
378 Subloop = Parent;
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h204 unsigned Parent; member in struct:llvm::DominatorTreeBase::InfoRec
208 InfoRec() : DFSNum(0), Parent(0), Semi(0), Label(nullptr) {}

Completed in 554 milliseconds

12345678910