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

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

Completed in 245 milliseconds