Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp562 const CXXMethodDecl *CanonOM = OM->first->getCanonicalDecl(); in Collect() local
563 Overriders[CanonOM].add(OM->second); in Collect()
600 const CXXMethodDecl *CanonOM = OM->getCanonicalDecl(); in Collect() local
611 Overriders[CanonOM].replaceAll( in Collect()
615 auto OverriddenMethods = CanonOM->overridden_methods(); in Collect()