Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCXXInheritance.h211 const RecordType* getDetectedVirtual() const { in getDetectedVirtual() function
/external/clang/lib/Sema/
DSemaCast.cpp1336 if (Paths.getDetectedVirtual() != nullptr) { in TryStaticDowncast()
1337 QualType VirtualBase(Paths.getDetectedVirtual(), 0); in TryStaticDowncast()
1436 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in TryStaticMemberPointerUpcast()
DSemaOverload.cpp2891 if (const RecordType *VBase = Paths.getDetectedVirtual()) { in CheckMemberPointerConversion()
DSemaExpr.cpp11841 if (Paths.getDetectedVirtual()) { in BuildBuiltinOffsetOf()