Searched refs:getCommonAncestor (Results 1 – 6 of 6) sorted by relevance
71 const DeclContext *getCommonAncestor() const { in getCommonAncestor() function in __anon506a0daf0111::UnqualUsingEntry82 return L.getCommonAncestor() < R.getCommonAncestor(); in operator ()()86 return E.getCommonAncestor() < DC; in operator ()()90 return DC < E.getCommonAncestor(); in operator ()()
3285 D->getCommonAncestor()); in VisitUsingDirectiveDecl()
3089 DeclContext *getCommonAncestor() { return CommonAncestor; } in getCommonAncestor() function3090 const DeclContext *getCommonAncestor() const { return CommonAncestor; } in getCommonAncestor() function
1469 Record.AddDeclRef(dyn_cast<Decl>(D->getCommonAncestor())); in VisitUsingDirectiveDecl()
9302 clang::DeclContext *from = ud->getCommonAncestor(); in DeclContextFindDeclByName()9418 clang::DeclContext *from = ud->getCommonAncestor(); in CountDeclLevels()
5281 auto ToComAncestorOrErr = Importer.ImportContext(D->getCommonAncestor()); in VisitUsingDirectiveDecl()