Home | History | Annotate | Download | only in Serialization

Lines Matching full:nullptr

24   : Kind(Kind), File(nullptr), Signature(0), DirectlyImported(false),
27 SLocEntryBaseOffset(0), SLocEntryOffsets(nullptr),
29 IdentifierOffsets(nullptr), BaseIdentifierID(0),
30 IdentifierTableData(nullptr), IdentifierLookupTable(nullptr),
31 LocalNumMacros(0), MacroOffsets(nullptr),
33 PreprocessedEntityOffsets(nullptr), NumPreprocessedEntities(0),
35 HeaderFileInfoTableData(nullptr), HeaderFileInfoTable(nullptr),
37 LocalNumSelectors(0), SelectorOffsets(nullptr), BaseSelectorID(0),
38 SelectorLookupTableData(nullptr), SelectorLookupTable(nullptr),
39 LocalNumDecls(0), DeclOffsets(nullptr), BaseDeclID(0),
40 LocalNumCXXBaseSpecifiers(0), CXXBaseSpecifiersOffsets(nullptr),
41 LocalNumCXXCtorInitializers(0), CXXCtorInitializersOffsets(nullptr),
42 FileSortedDecls(nullptr), NumFileSortedDecls(0),
43 ObjCCategoriesMap(nullptr), LocalNumObjCCategoriesInMap(0),
44 LocalNumTypes(0), TypeOffsets(nullptr), BaseTypeIndex(0)