Searched refs:SQT (Results 1 – 5 of 5) sorted by relevance
206 #define SQT "'\\''" macro207 else if ((p = t = malloc(i + n * (sizeof(SQT) - 2) + 3)) != NULL) {211 (void)memcpy(p, SQT, sizeof(SQT) - 1);212 p += sizeof(SQT) - 1;
176 SplitQualType SQT = T.split(); in Visit() local177 if (!SQT.Quals.hasQualifiers()) in Visit()178 return Visit(SQT.Ty); in Visit()
1389 const StreamedQualTypeHelper &SQT) {1390 SQT.T.print(OS, SQT.Policy, SQT.PlaceHolder, SQT.Indentation);
476 const SplitQualType SQT = QT.split(); in getFragmentsForType() local477 DeclarationFragments QualsFragments = getFragmentsForQualifiers(SQT.Quals), in getFragmentsForType()479 getFragmentsForType(SQT.Ty, Context, After); in getFragmentsForType()503 if (SQT.Ty->isAnyPointerType()) in getFragmentsForType()
350 SplitQualType SQT = QT.split(); in createQualType() local351 std::string SQTS = QualType::getAsString(SQT, PrintPolicy); in createQualType()356 if (DSQT != SQT) { in createQualType()