Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2131 bool MayBeBase = false);
2135 bool MayBeBase = false) const {
2137 ->getCorrespondingMethodInClass(RD, MayBeBase);
2143 bool MayBeBase = false);
2146 bool MayBeBase = false) const {
2148 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2114 bool MayBeBase) { in getCorrespondingMethodDeclaredInClass() argument
2124 if (MayBeBase && recursivelyOverrides(this, MD)) in getCorrespondingMethodDeclaredInClass()
2136 if (MayBeBase && recursivelyOverrides(this, MD)) in getCorrespondingMethodDeclaredInClass()
2145 bool MayBeBase) { in getCorrespondingMethodInClass() argument
2146 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()