Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp3521 const CXXMethodDecl *OverridingMethod = OI.Method; in selectBestPath() local
3524 if (ComputeReturnAdjustmentBaseOffset(Context, OverridingMethod, MD) in selectBestPath()
3529 const CXXRecordDecl *OverridingParent = OverridingMethod->getParent(); in selectBestPath()
3534 CurrentOverrides.insert(OverridingMethod); in selectBestPath()