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;
225 FieldTypes.clear();
365 unsigned FieldIndex = FieldTypes.size();
439 Fields[D] = FieldTypes.size();
581 NonVirtualBases[base] = (FieldTypes.size() - 1);
597 VirtualBases[base] = (FieldTypes.size() - 1);
741 FieldTypes.push_back(getByteArrayType(NumBytes));
745 FieldTypes, "", Packed);
750 FieldTypes.pop_back()
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 75 milliseconds