Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp327 static bool appendType(SmallStringEnc &Enc, QualType QType,
349 if (!appendType(Enc, Field->getType(), CGM, TSC)) in extractFieldType()
535 if (!appendType(Enc, PT->getPointeeType(), CGM, TSC)) in appendPointerType()
556 if (!appendType(Enc, AT->getElementType(), CGM, TSC)) in appendArrayType()
568 if (!appendType(Enc, FT->getReturnType(), CGM, TSC)) in appendFunctionType()
577 if (!appendType(Enc, *I, CGM, TSC)) in appendFunctionType()
598 static bool appendType(SmallStringEnc &Enc, QualType QType, in appendType() function
641 return appendType(Enc, FD->getType(), CGM, TSC); in getTypeString()
654 return appendType(Enc, QT, CGM, TSC); in getTypeString()