Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp7118 static bool appendType(SmallStringEnc &Enc, QualType QType,
7140 if (!appendType(Enc, Field->getType(), CGM, TSC)) in extractFieldType()
7326 if (!appendType(Enc, PT->getPointeeType(), CGM, TSC)) in appendPointerType()
7347 if (!appendType(Enc, AT->getElementType(), CGM, TSC)) in appendArrayType()
7359 if (!appendType(Enc, FT->getReturnType(), CGM, TSC)) in appendFunctionType()
7368 if (!appendType(Enc, *I, CGM, TSC)) in appendFunctionType()
7389 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType() function
7431 return appendType(Enc, FD->getType(), CGM, TSC); in getTypeString()
7444 return appendType(Enc, QT, CGM, TSC); in getTypeString()