Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2265 bool MayBeBase = false);
2269 bool MayBeBase = false) const {
2271 ->getCorrespondingMethodInClass(RD, MayBeBase);
2277 bool MayBeBase = false);
2280 bool MayBeBase = false) const {
2282 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2247 bool MayBeBase) { in getCorrespondingMethodDeclaredInClass() argument
2257 if (MayBeBase && recursivelyOverrides(this, MD)) in getCorrespondingMethodDeclaredInClass()
2269 if (MayBeBase && recursivelyOverrides(this, MD)) in getCorrespondingMethodDeclaredInClass()
2278 bool MayBeBase) { in getCorrespondingMethodInClass() argument
2279 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()