Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp878 enum TypeExpansionKind { enum
890 const TypeExpansionKind Kind;
892 TypeExpansion(TypeExpansionKind K) : Kind(K) {} in TypeExpansion()