Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCXXInheritance.h211 const RecordType* getDetectedVirtual() const { in getDetectedVirtual() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp1674 if (Paths.getDetectedVirtual() != nullptr) { in TryStaticDowncast()
1675 QualType VirtualBase(Paths.getDetectedVirtual(), 0); in TryStaticDowncast()
1774 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in TryStaticMemberPointerUpcast()
H A DSemaOverload.cpp3163 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in CheckMemberPointerConversion()
H A DSemaExpr.cpp16076 if (Paths.getDetectedVirtual()) { in BuildBuiltinOffsetOf()