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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp950 bool &HasUnion);
956 bool &HasUnion);
966 CharUnits BytePos, bool &HasUnion,
972 CharUnits BytePos, bool &HasUnion,
2066 CharUnits BytePos, bool &HasUnion,
2098 HasUnion = true;
2101 BytePos + FieldOffset, HasUnion);
2121 HasUnion);
2189 bool &HasUnion,
2197 BuildRCRecordLayout(RecLayout, RD, Fields, BytePos, HasUnion, ByrefLayou
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
4480 BuildAggrIvarRecordLayout(const RecordType *RT, unsigned int BytePos, bool ForStrongLayout, bool &HasUnion) argument
4495 BuildAggrIvarLayout(const ObjCImplementationDecl *OI, const llvm::StructLayout *Layout, const RecordDecl *RD, ArrayRef<const FieldDecl*> RecFields, unsigned int BytePos, bool ForStrongLayout, bool &HasUnion) argument
[all...]

Completed in 111 milliseconds