Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h151 bool shouldPassCXXRecordIndirectly(CodeGenModule &CGM,
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp733 bool swiftcall::shouldPassCXXRecordIndirectly(CodeGenModule &CGM, in shouldPassCXXRecordIndirectly() function in swiftcall
773 if (shouldPassCXXRecordIndirectly(CGM, cxxRecord)) in classifyType()