Searched refs:appendType (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 7598 static bool appendType(SmallStringEnc &Enc, QualType QType, 7620 if (!appendType(Enc, Field->getType(), CGM, TSC)) in extractFieldType() 7806 if (!appendType(Enc, PT->getPointeeType(), CGM, TSC)) in appendPointerType() 7827 if (!appendType(Enc, AT->getElementType(), CGM, TSC)) in appendArrayType() 7839 if (!appendType(Enc, FT->getReturnType(), CGM, TSC)) in appendFunctionType() 7848 if (!appendType(Enc, *I, CGM, TSC)) in appendFunctionType() 7869 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType() function 7911 return appendType(Enc, FD->getType(), CGM, TSC); in getTypeString() 7924 return appendType(Enc, QT, CGM, TSC); in getTypeString()
|