Searched defs:ByrefLayout (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp958 Qualifiers::ObjCLifetime getBlockCaptureLifetime(QualType QT, bool ByrefLayout);
967 bool ByrefLayout=false);
973 bool ByrefLayout);
2029 bool ByrefLayout) {
2035 return ByrefLayout ? Qualifiers::OCL_ExplicitNone : Qualifiers::OCL_Strong;
2067 bool ByrefLayout) {
2147 getBlockCaptureLifetime(FQT, ByrefLayout),
2164 ByrefLayout),
2174 ByrefLayout),
2182 getBlockCaptureLifetime(MaxField->getType(), ByrefLayout),
2028 getBlockCaptureLifetime(QualType FQT, bool ByrefLayout) argument
2063 BuildRCRecordLayout(const llvm::StructLayout *RecLayout, const RecordDecl *RD, ArrayRef<const FieldDecl*> RecFields, CharUnits BytePos, bool &HasUnion, bool ByrefLayout) argument
2187 BuildRCBlockVarRecordLayout(const RecordType *RT, CharUnits BytePos, bool &HasUnion, bool ByrefLayout) argument
[all...]

Completed in 202 milliseconds