reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/TargetInfo.cpp
 8908 static bool appendType(SmallStringEnc &Enc, QualType QType,

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 8930     if (!appendType(Enc, Field->getType(), CGM, TSC))
 9116   if (!appendType(Enc, PT->getPointeeType(), CGM, TSC))
 9137   if (!appendType(Enc, AT->getElementType(), CGM, TSC))
 9149   if (!appendType(Enc, FT->getReturnType(), CGM, TSC))
 9158         if (!appendType(Enc, *I, CGM, TSC))
 9221     return appendType(Enc, FD->getType(), CGM, TSC);
 9234     return appendType(Enc, QT, CGM, TSC);