Home
last modified time | relevance | path

Searched refs:getDetectedVirtual (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCXXInheritance.h215 const RecordType* getDetectedVirtual() const { in getDetectedVirtual() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp1336 if (Paths.getDetectedVirtual() != nullptr) { in TryStaticDowncast()
1337 QualType VirtualBase(Paths.getDetectedVirtual(), 0); in TryStaticDowncast()
1430 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in TryStaticMemberPointerUpcast()
HDSemaOverload.cpp2741 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in CheckMemberPointerConversion()
HDSemaExpr.cpp11117 if (Paths.getDetectedVirtual()) { in BuildBuiltinOffsetOf()