Searched defs:CanBaseReturnType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DVTableBuilder.cpp280 CanQualType CanBaseReturnType = local
284 CanBaseReturnType->getTypeClass() &&
287 if (CanDerivedReturnType == CanBaseReturnType) {
295 CanBaseReturnType =
296 CanBaseReturnType->getAs<ReferenceType>()->getPointeeType();
300 CanBaseReturnType =
301 CanBaseReturnType->getAs<PointerType>()->getPointeeType();
310 CanBaseReturnType.getUnqualifiedType()) {
319 cast<CXXRecordDecl>(cast<RecordType>(CanBaseReturnType)->getDecl());

Completed in 495 milliseconds