Home | History | Annotate | Download | only in slang

Lines Matching defs:FT

235         const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
236 FT = GET_CANONICAL_TYPE(FT);
238 if (!TypeExportableHelper(FT, SPS, DiagEngine, VD, TopLevelRecord)) {
442 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
443 FT = GET_CANONICAL_TYPE(FT);
445 if (!ValidateTypeHelper(C, FT, ND, Loc, SPS, true, UnionDecl,
917 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
918 while (FT && FT->isArrayType()) {
919 FT = FT->getArrayElementTypeNoTypeQual();
922 RSExportPrimitiveType::DataType DT = GetRSSpecificType(FT);
938 while (FT && FT->isArrayType()) {
939 FT = FT->getArrayElementTypeNoTypeQual();
941 if (FT->isStructureType()) {
944 RSObjectTypeSeen |= IsStructureTypeWithRSObject(FT);
1277 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
1278 if ((FT == NULL) || (FT->getTypeClass() != clang::Type::ConstantArray)) {
1288 static_cast<const clang::ConstantArrayType *>(FT);