Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp869 enum TypeExpansionKind { enum
881 const TypeExpansionKind Kind;
883 TypeExpansion(TypeExpansionKind K) : Kind(K) {} in TypeExpansion()