reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaType.cpp
 3615   if (type->isDependentType())
 3656     if (auto ptrType = type->getAs<PointerType>()) {
 3662       type = ptrType->getPointeeType();
 3668     if (type->getAs<BlockPointerType>()) {
 3674     if (type->getAs<MemberPointerType>()) {
 3680     if (auto objcObjectPtr = type->getAs<ObjCObjectPointerType>()) {
 3696     if (auto objcClass = type->getAs<ObjCInterfaceType>()) {
 3709     if (auto recordType = type->getAs<RecordType>()) {