Searched defs:getCommonAncestor (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
H A Dopen_element_stack.js249 OpenElementStack.prototype.getCommonAncestor = function (element) {
/external/clang/lib/Sema/
H A DSemaLookup.cpp70 const DeclContext *getCommonAncestor() const { function in class:__anon1371::UnqualUsingEntry
81 return L.getCommonAncestor() < R.getCommonAncestor();
85 return E.getCommonAncestor() < DC;
89 return DC < E.getCommonAncestor();
/external/clang/include/clang/AST/
H A DDeclCXX.h2610 DeclContext *getCommonAncestor() { return CommonAncestor; } function in class:clang::UsingDirectiveDecl
2611 const DeclContext *getCommonAncestor() const { return CommonAncestor; } function in class:clang::UsingDirectiveDecl

Completed in 178 milliseconds