Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp847 struct TypeExpansion { struct
863 virtual ~TypeExpansion() {} in ~TypeExpansion() argument
866 struct ConstantArrayExpansion : TypeExpansion {
872 static bool classof(const TypeExpansion *TE) { in classof()
877 struct RecordExpansion : TypeExpansion {
886 static bool classof(const TypeExpansion *TE) { in classof()
891 struct ComplexExpansion : TypeExpansion {
895 static bool classof(const TypeExpansion *TE) { in classof()
900 struct NoExpansion : TypeExpansion {
901 NoExpansion() : TypeExpansion(TEK_None) {} in NoExpansion()
[all …]