Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2163 bool MayBeBase = false);
2167 bool MayBeBase = false) const {
2169 ->getCorrespondingMethodInClass(RD, MayBeBase);
2175 bool MayBeBase = false);
2178 bool MayBeBase = false) const {
2180 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2136 bool MayBeBase) { in getCorrespondingMethodDeclaredInClass() argument
2146 if (MayBeBase && recursivelyOverrides(this, MD)) in getCorrespondingMethodDeclaredInClass()
2158 if (MayBeBase && recursivelyOverrides(this, MD)) in getCorrespondingMethodDeclaredInClass()
2167 bool MayBeBase) { in getCorrespondingMethodInClass() argument
2168 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()