Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp3522 const CXXMethodDecl *OverridingMethod = OI.Method; in selectBestPath() local
3525 if (ComputeReturnAdjustmentBaseOffset(Context, OverridingMethod, MD) in selectBestPath()
3530 const CXXRecordDecl *OverridingParent = OverridingMethod->getParent(); in selectBestPath()
3535 CurrentOverrides.insert(OverridingMethod); in selectBestPath()