Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp858 struct TypeExpansion { struct
874 virtual ~TypeExpansion() {} in ~TypeExpansion() argument
877 struct ConstantArrayExpansion : TypeExpansion {
883 static bool classof(const TypeExpansion *TE) { in classof()
888 struct RecordExpansion : TypeExpansion {
897 static bool classof(const TypeExpansion *TE) { in classof()
902 struct ComplexExpansion : TypeExpansion {
906 static bool classof(const TypeExpansion *TE) { in classof()
911 struct NoExpansion : TypeExpansion {
912 NoExpansion() : TypeExpansion(TEK_None) {} in NoExpansion()
[all …]