HomeSort by relevance Sort by last modified time
    Searched refs:FieldTypes (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 36 /// FieldTypes - Holds the LLVM types that the struct is created from.
38 SmallVector<llvm::Type *, 16> FieldTypes;
223 FieldTypes.clear();
488 Fields[D] = FieldTypes.size();
628 NonVirtualBases[base] = (FieldTypes.size() - 1);
644 VirtualBases[base] = (FieldTypes.size() - 1);
784 FieldTypes.push_back(getByteArrayType(NumBytes));
788 FieldTypes, "", Packed);
793 FieldTypes.pop_back();
883 FieldTypes.push_back(fieldType)
    [all...]
CodeGenModule.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 308 milliseconds