Home | History | Annotate | Download | only in libclang

Lines Matching refs:BuiltinType

1397   case BuiltinType::Void:
1398 case BuiltinType::NullPtr:
1399 case BuiltinType::Dependent:
1400 case BuiltinType::OCLImage1d:
1401 case BuiltinType::OCLImage1dArray:
1402 case BuiltinType::OCLImage1dBuffer:
1403 case BuiltinType::OCLImage2d:
1404 case BuiltinType::OCLImage2dArray:
1405 case BuiltinType::OCLImage3d:
1406 case BuiltinType::OCLSampler:
1407 case BuiltinType::OCLEvent:
1409 #define SIGNED_TYPE(Id, SingletonId) case BuiltinType::Id:
1410 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id:
1411 #define FLOATING_TYPE(Id, SingletonId) case BuiltinType::Id:
1412 #define PLACEHOLDER_TYPE(Id, SingletonId) case BuiltinType::Id:
1416 case BuiltinType::ObjCId:
1420 case BuiltinType::ObjCClass:
1424 case BuiltinType::ObjCSel: