Home
last modified time | relevance | path

Searched defs:DerivedMD (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DVirtualNearMissCheck.cpp41 const CXXMethodDecl *DerivedMD) { in checkOverridingFunctionReturnType()
132 const CXXMethodDecl *DerivedMD) { in checkParamTypes()
151 const CXXMethodDecl *DerivedMD) { in checkOverrideWithoutName()
170 const CXXMethodDecl *DerivedMD) { in checkOverrideByDerivedMethod()
204 for (const CXXMethodDecl *DerivedMD : DerivedRD->methods()) { in isOverriddenByDerivedClass() local
228 const auto *DerivedMD = Result.Nodes.getNodeAs<CXXMethodDecl>("method"); in check() local
/external/clang/lib/AST/
DDeclCXX.cpp1474 static bool recursivelyOverrides(const CXXMethodDecl *DerivedMD, in recursivelyOverrides()
DVTableBuilder.cpp272 const CXXMethodDecl *DerivedMD, in ComputeReturnAdjustmentBaseOffset()
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2095 static bool recursivelyOverrides(const CXXMethodDecl *DerivedMD, in recursivelyOverrides()
DVTableBuilder.cpp271 const CXXMethodDecl *DerivedMD, in ComputeReturnAdjustmentBaseOffset()