Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXInheritance.h211 const RecordType* getDetectedVirtual() const { in getDetectedVirtual() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp1662 if (Paths.getDetectedVirtual() != nullptr) { in TryStaticDowncast()
1663 QualType VirtualBase(Paths.getDetectedVirtual(), 0); in TryStaticDowncast()
1762 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in TryStaticMemberPointerUpcast()
H A DSemaOverload.cpp3156 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in CheckMemberPointerConversion()
H A DSemaExpr.cpp15187 if (Paths.getDetectedVirtual()) { in BuildBuiltinOffsetOf()