Searched refs:appendType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 8725 static bool appendType(SmallStringEnc &Enc, QualType QType, 8747 if (!appendType(Enc, Field->getType(), CGM, TSC)) in extractFieldType() 8933 if (!appendType(Enc, PT->getPointeeType(), CGM, TSC)) in appendPointerType() 8954 if (!appendType(Enc, AT->getElementType(), CGM, TSC)) in appendArrayType() 8966 if (!appendType(Enc, FT->getReturnType(), CGM, TSC)) in appendFunctionType() 8975 if (!appendType(Enc, *I, CGM, TSC)) in appendFunctionType() 8996 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType() function 9038 return appendType(Enc, FD->getType(), CGM, TSC); in getTypeString() 9051 return appendType(Enc, QT, CGM, TSC); in getTypeString()
|