Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h91 using EnumerationCallback = variable
98 void enumerateComponents(EnumerationCallback callback) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp561 void SwiftAggLowering::enumerateComponents(EnumerationCallback callback) const { in enumerateComponents()