Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3618 const CXXMethodDecl *OverridingMethod = OI.Method; in selectBestPath() local
3621 if (ComputeReturnAdjustmentBaseOffset(Context, OverridingMethod, MD) in selectBestPath()
3626 const CXXRecordDecl *OverridingParent = OverridingMethod->getParent(); in selectBestPath()
3631 CurrentOverrides.insert(OverridingMethod); in selectBestPath()