Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2251 bool MayBeBase = false);
2255 bool MayBeBase = false) const {
2257 ->getCorrespondingMethodInClass(RD, MayBeBase);
2263 bool MayBeBase = false);
2266 bool MayBeBase = false) const {
2268 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2206 bool MayBeBase) { in getCorrespondingMethodDeclaredInClass() argument
2216 if (MayBeBase && recursivelyOverrides(this, MD)) in getCorrespondingMethodDeclaredInClass()
2228 if (MayBeBase && recursivelyOverrides(this, MD)) in getCorrespondingMethodDeclaredInClass()
2237 bool MayBeBase) { in getCorrespondingMethodInClass() argument
2238 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()