OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
219
FieldTypes
.clear();
359
unsigned FieldIndex =
FieldTypes
.size();
433
Fields[D] =
FieldTypes
.size();
575
NonVirtualBases[base] = (
FieldTypes
.size() - 1);
591
VirtualBases[base] = (
FieldTypes
.size() - 1);
735
FieldTypes
.push_back(getByteArrayType(NumBytes));
739
FieldTypes
, "", Packed);
744
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 270 milliseconds