Home | History | Annotate | Download | only in slang

Lines Matching refs:FT

621       const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
622 if (CountRSObjectTypes(C, FT, Loc)) {
640 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
641 if (CountRSObjectTypes(C, FT, Loc)) {
684 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
685 const clang::Type *OrigType = FT;
686 while (FT && FT->isArrayType()) {
687 FT = FT->getArrayElementTypeNoTypeQual();
691 if (RSExportPrimitiveType::IsRSObjectType(FT)) {
721 } else if (FT->isStructureType() && CountRSObjectTypes(C, FT, Loc)) {
1010 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD);
1011 const clang::Type *OrigType = FT;
1013 if (!CountRSObjectTypes(C, FT, Loc)) {
1048 if (FT->isArrayType()) {
1049 FT = FT->getArrayElementTypeNoTypeQual();
1053 DataType DT = RSExportPrimitiveType::GetRSSpecificType(FT);