Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp10642 static bool appendType(SmallStringEnc &Enc, QualType QType,
10664 if (!appendType(Enc, Field->getType(), CGM, TSC)) in extractFieldType()
10850 if (!appendType(Enc, PT->getPointeeType(), CGM, TSC)) in appendPointerType()
10871 if (!appendType(Enc, AT->getElementType(), CGM, TSC)) in appendArrayType()
10883 if (!appendType(Enc, FT->getReturnType(), CGM, TSC)) in appendFunctionType()
10892 if (!appendType(Enc, *I, CGM, TSC)) in appendFunctionType()
10913 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType() function
10956 return appendType(Enc, FD->getType(), CGM, TSC); in getTypeString()
10969 return appendType(Enc, QT, CGM, TSC); in getTypeString()