Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp69 const DeclContext *getCommonAncestor() const { in getCommonAncestor() function in __anon54059c910111::UnqualUsingEntry
80 return L.getCommonAncestor() < R.getCommonAncestor(); in operator ()()
84 return E.getCommonAncestor() < DC; in operator ()()
88 return DC < E.getCommonAncestor(); in operator ()()
DSemaTemplateInstantiateDecl.cpp2338 D->getCommonAncestor()); in VisitUsingDirectiveDecl()
/external/clang/include/clang/AST/
DDeclCXX.h2676 DeclContext *getCommonAncestor() { return CommonAncestor; } in getCommonAncestor() function
2677 const DeclContext *getCommonAncestor() const { return CommonAncestor; } in getCommonAncestor() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1145 Record.AddDeclRef(dyn_cast<Decl>(D->getCommonAncestor())); in VisitUsingDirectiveDecl()