Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/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/catapult/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.cpp70 const DeclContext *getCommonAncestor() const { in getCommonAncestor() function in __anonb2686e5d0111::UnqualUsingEntry
81 return L.getCommonAncestor() < R.getCommonAncestor(); in operator ()()
85 return E.getCommonAncestor() < DC; in operator ()()
89 return DC < E.getCommonAncestor(); in operator ()()
DSemaTemplateInstantiateDecl.cpp2266 D->getCommonAncestor()); in VisitUsingDirectiveDecl()
/external/clang/include/clang/AST/
DDeclCXX.h2610 DeclContext *getCommonAncestor() { return CommonAncestor; } in getCommonAncestor() function
2611 const DeclContext *getCommonAncestor() const { return CommonAncestor; } in getCommonAncestor() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1111 Writer.AddDeclRef(dyn_cast<Decl>(D->getCommonAncestor()), Record); in VisitUsingDirectiveDecl()
/external/chromium-trace/catapult/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);