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.h2322 bool MayBeBase = false);
2326 bool MayBeBase = false) const {
2328 ->getCorrespondingMethodInClass(RD, MayBeBase);
2334 bool MayBeBase = false);
2337 bool MayBeBase = false) const {
2339 ->getCorrespondingMethodDeclaredInClass(RD, MayBeBase);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2414 bool MayBeBase) { in getCorrespondingMethodDeclaredInClass() argument
2424 if (MayBeBase && recursivelyOverrides(this, MD)) in getCorrespondingMethodDeclaredInClass()
2436 if (MayBeBase && recursivelyOverrides(this, MD)) in getCorrespondingMethodDeclaredInClass()
2445 bool MayBeBase) { in getCorrespondingMethodInClass() argument
2446 if (auto *MD = getCorrespondingMethodDeclaredInClass(RD, MayBeBase)) in getCorrespondingMethodInClass()