Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp987 Qualifiers::ObjCLifetime getBlockCaptureLifetime(QualType QT, bool ByrefLayout);
996 bool ByrefLayout=false);
1002 bool ByrefLayout);
2421 bool ByrefLayout) { in getBlockCaptureLifetime() argument
2432 return ByrefLayout ? Qualifiers::OCL_ExplicitNone : Qualifiers::OCL_Strong; in getBlockCaptureLifetime()
2464 bool ByrefLayout) { in BuildRCRecordLayout() argument
2541 getBlockCaptureLifetime(FQT, ByrefLayout), in BuildRCRecordLayout()
2558 ByrefLayout), in BuildRCRecordLayout()
2568 ByrefLayout), in BuildRCRecordLayout()
2576 getBlockCaptureLifetime(MaxField->getType(), ByrefLayout), in BuildRCRecordLayout()
[all …]