Home | History | Annotate | Download | only in slang

Lines Matching refs:FT

637       const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
638 if (CountRSObjectTypes(C, FT, Loc)) {
656 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
657 if (CountRSObjectTypes(C, FT, Loc)) {
700 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
701 const clang::Type *OrigType = FT;
702 while (FT && FT->isArrayType()) {
703 FT = FT->getArrayElementTypeNoTypeQual();
707 if (RSExportPrimitiveType::IsRSObjectType(FT)) {
737 } else if (FT->isStructureType() && CountRSObjectTypes(C, FT, Loc)) {
1027 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
1028 const clang::Type *OrigType = FT;
1030 if (!CountRSObjectTypes(C, FT, Loc)) {
1065 if (FT->isArrayType()) {
1066 FT = FT->getArrayElementTypeNoTypeQual();
1071 RSExportPrimitiveType::GetRSSpecificType(FT);