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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp948 Qualifiers::ObjCLifetime getBlockCaptureLifetime(QualType QT, bool ByrefLayout);
957 bool ByrefLayout=false);
963 bool ByrefLayout);
2032 bool ByrefLayout) {
2038 return ByrefLayout ? Qualifiers::OCL_ExplicitNone : Qualifiers::OCL_Strong;
2070 bool ByrefLayout) {
2153 getBlockCaptureLifetime(FQT, ByrefLayout),
2170 ByrefLayout),
2180 ByrefLayout),
2188 getBlockCaptureLifetime(MaxField->getType(), ByrefLayout),
2031 getBlockCaptureLifetime(QualType FQT, bool ByrefLayout) argument
2066 BuildRCRecordLayout(const llvm::StructLayout *RecLayout, const RecordDecl *RD, ArrayRef<const FieldDecl*> RecFields, CharUnits BytePos, bool &HasUnion, bool ByrefLayout) argument
2193 BuildRCBlockVarRecordLayout(const RecordType *RT, CharUnits BytePos, bool &HasUnion, bool ByrefLayout) argument
[all...]

Completed in 190 milliseconds