Home
last modified time | relevance | path

Searched refs:SQT (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dutil.c206 #define SQT "'\\''" macro
207 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;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h176 SplitQualType SQT = T.split(); in Visit() local
177 if (!SQT.Quals.hasQualifiers()) in Visit()
178 return Visit(SQT.Ty); in Visit()
H A DType.h1389 const StreamedQualTypeHelper &SQT) {
1390 SQT.T.print(OS, SQT.Policy, SQT.PlaceHolder, SQT.Indentation);
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp476 const SplitQualType SQT = QT.split(); in getFragmentsForType() local
477 DeclarationFragments QualsFragments = getFragmentsForQualifiers(SQT.Quals), in getFragmentsForType()
479 getFragmentsForType(SQT.Ty, Context, After); in getFragmentsForType()
503 if (SQT.Ty->isAnyPointerType()) in getFragmentsForType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp350 SplitQualType SQT = QT.split(); in createQualType() local
351 std::string SQTS = QualType::getAsString(SQT, PrintPolicy); in createQualType()
356 if (DSQT != SQT) { in createQualType()