Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h91 bool shouldPassIndirectly(bool asReturnValue) const;
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp570 bool SwiftAggLowering::shouldPassIndirectly(bool asReturnValue) const { in shouldPassIndirectly() function in SwiftAggLowering
758 } else if (lowering.shouldPassIndirectly(forReturn)) { in classifyExpandedType()