Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp6727 static bool appendType(SmallStringEnc &Enc, QualType QType,
6750 if (!appendType(Enc, Field->getType(), CGM, TSC)) in extractFieldType()
6936 if (!appendType(Enc, PT->getPointeeType(), CGM, TSC)) in appendPointerType()
6957 if (!appendType(Enc, AT->getElementType(), CGM, TSC)) in appendArrayType()
6969 if (!appendType(Enc, FT->getReturnType(), CGM, TSC)) in appendFunctionType()
6978 if (!appendType(Enc, *I, CGM, TSC)) in appendFunctionType()
6999 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType() function
7041 return appendType(Enc, FD->getType(), CGM, TSC); in getTypeString()
7054 return appendType(Enc, QT, CGM, TSC); in getTypeString()