Searched refs:FieldTypes (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp36 /// FieldTypes - Holds the LLVM types that the struct is created from.
38 SmallVector<llvm::Type *, 16> FieldTypes; member in class:__anon3612::CGRecordLayoutBuilder
223 FieldTypes.clear();
490 Fields[D] = FieldTypes.size();
630 NonVirtualBases[base] = (FieldTypes.size() - 1);
646 VirtualBases[base] = (FieldTypes.size() - 1);
790 FieldTypes.push_back(getByteArrayType(NumBytes));
794 FieldTypes, "", Packed);
799 FieldTypes.pop_back();
889 FieldTypes
[all...]
H A DCodeGenModule.cpp2178 QualType FieldTypes[3]; local
2181 FieldTypes[0] = Context.getPointerType(Context.IntTy.withConst());
2183 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst());
2185 FieldTypes[2] = Context.UnsignedIntTy;
2192 FieldTypes[i], /*TInfo=*/0,
2254 QualType FieldTypes[] = { local
2267 FieldTypes[i], /*TInfo=*/0,
/external/clang/lib/AST/
H A DASTContext.cpp4159 QualType FieldTypes[4]; local
4162 FieldTypes[0] = getPointerType(IntTy.withConst());
4164 FieldTypes[1] = IntTy;
4166 FieldTypes[2] = getPointerType(CharTy.withConst());
4168 FieldTypes[3] = LongTy;
4175 FieldTypes[i], /*TInfo=*/0,
4205 QualType FieldTypes[] = { local
4219 FieldTypes[i], /*TInfo=*/0,
4244 QualType FieldTypes[] = { local
4262 FieldTypes[
4313 QualType FieldTypes[] = { local
5342 QualType FieldTypes[NumFields]; local
5419 QualType FieldTypes[NumFields]; local
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp3005 QualType FieldTypes[2]; local
3008 FieldTypes[0] = Context->getObjCIdType();
3010 FieldTypes[1] = Context->getObjCIdType();
3017 FieldTypes[i], 0,
3033 QualType FieldTypes[4]; local
3036 FieldTypes[0] = Context->getObjCIdType();
3038 FieldTypes[1] = Context->IntTy;
3040 FieldTypes[2] = Context->getPointerType(Context->CharTy);
3042 FieldTypes[3] = Context->LongTy;
3050 FieldTypes[
[all...]
H A DRewriteObjC.cpp2583 QualType FieldTypes[2]; local
2586 FieldTypes[0] = Context->getObjCIdType();
2588 FieldTypes[1] = Context->getObjCClassType();
2595 FieldTypes[i], 0,
2611 QualType FieldTypes[4]; local
2614 FieldTypes[0] = Context->getObjCIdType();
2616 FieldTypes[1] = Context->IntTy;
2618 FieldTypes[2] = Context->getPointerType(Context->CharTy);
2620 FieldTypes[3] = Context->LongTy;
2628 FieldTypes[
[all...]

Completed in 94 milliseconds