OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FieldTypes
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp
36
///
FieldTypes
- Holds the LLVM types that the struct is created from.
38
llvm::SmallVector<llvm::Type *, 16>
FieldTypes
;
218
FieldTypes
.clear();
484
Fields[D] =
FieldTypes
.size();
621
NonVirtualBases[base] = (
FieldTypes
.size() - 1);
635
VirtualBases[base] = (
FieldTypes
.size() - 1);
734
FieldTypes
.push_back(getByteArrayType(NumBytes));
739
FieldTypes
, Packed);
744
FieldTypes
.pop_back();
825
FieldTypes
.push_back(fieldType)
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
[
all
...]
/frameworks/compile/slang/
slang_rs_export_type.cpp
[
all
...]
/external/clang/lib/Rewrite/
RewriteObjC.cpp
[
all
...]
Completed in 580 milliseconds