Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp3557 const CXXMethodDecl *OverridingMethod = OI.Method; in selectBestPath() local
3560 if (ComputeReturnAdjustmentBaseOffset(Context, OverridingMethod, MD) in selectBestPath()
3565 const CXXRecordDecl *OverridingParent = OverridingMethod->getParent(); in selectBestPath()
3571 CurrentOverrides.insert(OverridingMethod); in selectBestPath()