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/
H A 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/
H A Dopen_element_stack.js249 OpenElementStack.prototype.getCommonAncestor = function (element) {
H A Dparser.js927 nextElement = p.openElements.getCommonAncestor(furthestBlock);
933 nextElement = p.openElements.getCommonAncestor(element);
1017 commonAncestor = p.openElements.getCommonAncestor(formattingElementEntry.element);
/external/clang/lib/Sema/
H A DSemaLookup.cpp66 const DeclContext *getCommonAncestor() const { function in class:__anon1194::UnqualUsingEntry
77 return L.getCommonAncestor() < R.getCommonAncestor();
81 return E.getCommonAncestor() < DC;
85 return DC < E.getCommonAncestor();
H A DSemaTemplateInstantiateDecl.cpp2202 D->getCommonAncestor());
/external/clang/include/clang/AST/
H A DDeclCXX.h2616 DeclContext *getCommonAncestor() { return CommonAncestor; } function in class:clang::UsingDirectiveDecl
2617 const DeclContext *getCommonAncestor() const { return CommonAncestor; } function in class:clang::UsingDirectiveDecl
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1063 Writer.AddDeclRef(dyn_cast<Decl>(D->getCommonAncestor()), Record);
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
H A 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);

Completed in 136 milliseconds