Searched refs:appendType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 10169 static bool appendType(SmallStringEnc &Enc, QualType QType, 10191 if (!appendType(Enc, Field->getType(), CGM, TSC)) in extractFieldType() 10377 if (!appendType(Enc, PT->getPointeeType(), CGM, TSC)) in appendPointerType() 10398 if (!appendType(Enc, AT->getElementType(), CGM, TSC)) in appendArrayType() 10410 if (!appendType(Enc, FT->getReturnType(), CGM, TSC)) in appendFunctionType() 10419 if (!appendType(Enc, *I, CGM, TSC)) in appendFunctionType() 10440 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType() function 10483 return appendType(Enc, FD->getType(), CGM, TSC); in getTypeString() 10496 return appendType(Enc, QT, CGM, TSC); in getTypeString()
|