Home
last modified time | relevance | path

Searched refs:getCommonAncestor (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
Dopen_element_stack_test.js269 assert.ok(!stack.getCommonAncestor(element));
272 assert.ok(!stack.getCommonAncestor(element));
275 assert.ok(!stack.getCommonAncestor(element));
280 assert.strictEqual(stack.getCommonAncestor(element), ancestor);
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
Dopen_element_stack.js249 OpenElementStack.prototype.getCommonAncestor = function (element) { method in OpenElementStack
Dparser.js927 nextElement = p.openElements.getCommonAncestor(furthestBlock);
933 nextElement = p.openElements.getCommonAncestor(element);
1017 commonAncestor = p.openElements.getCommonAncestor(formattingElementEntry.element);
/external/clang/lib/Sema/
DSemaLookup.cpp66 const DeclContext *getCommonAncestor() const { in getCommonAncestor() function in __anon54059c910111::UnqualUsingEntry
77 return L.getCommonAncestor() < R.getCommonAncestor(); in operator ()()
81 return E.getCommonAncestor() < DC; in operator ()()
85 return DC < E.getCommonAncestor(); in operator ()()
DSemaTemplateInstantiateDecl.cpp2202 D->getCommonAncestor()); in VisitUsingDirectiveDecl()
/external/clang/include/clang/AST/
DDeclCXX.h2616 DeclContext *getCommonAncestor() { return CommonAncestor; } in getCommonAncestor() function
2617 const DeclContext *getCommonAncestor() const { return CommonAncestor; } in getCommonAncestor() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1063 Writer.AddDeclRef(dyn_cast<Decl>(D->getCommonAncestor()), Record); in VisitUsingDirectiveDecl()
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
Dparse5.js4906 OpenElementStack.prototype.getCommonAncestor = function (element) {
5965 nextElement = p.openElements.getCommonAncestor(furthestBlock);
5971 nextElement = p.openElements.getCommonAncestor(element);
6055 commonAncestor = p.openElements.getCommonAncestor(formattingElementEntry.element);