Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDCXXInheritance.h222 const RecordType* getDetectedVirtual() const { in getDetectedVirtual() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCast.cpp1494 if (Paths.getDetectedVirtual() != nullptr) { in TryStaticDowncast()
1495 QualType VirtualBase(Paths.getDetectedVirtual(), 0); in TryStaticDowncast()
1594 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in TryStaticMemberPointerUpcast()
HDSemaOverload.cpp3142 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in CheckMemberPointerConversion()
HDSemaExpr.cpp14121 if (Paths.getDetectedVirtual()) { in BuildBuiltinOffsetOf()