Searched refs:MacroDirectivesOffset (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h571 uint64_t MacroDirectivesOffset; member in struct:clang::ASTReader::PendingMacroInfo::PCHMacroDataTy
586 PendingMacroInfo(ModuleFile *M, uint64_t MacroDirectivesOffset) : M(M) { argument
587 PCHMacroData.MacroDirectivesOffset = MacroDirectivesOffset;
1868 /// \param MacroDirectivesOffset Offset of the serialized macro directive
1871 ModuleFile *M, uint64_t MacroDirectivesOffset);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp570 uint32_t MacroDirectivesOffset = ReadUnalignedLE32(d); local
588 Reader.addPendingMacroFromPCH(II, &F, MacroDirectivesOffset);
1336 uint64_t MacroDirectivesOffset) {
1338 PendingMacroIDs[II].push_back(PendingMacroInfo(M, MacroDirectivesOffset));
1486 PMInfo.PCHMacroData.MacroDirectivesOffset);
1334 addPendingMacroFromPCH(IdentifierInfo *II, ModuleFile *M, uint64_t MacroDirectivesOffset) argument
H A DASTWriter.cpp1835 uint32_t MacroDirectivesOffset; member in struct:__anon3499::ASTMacroTableTrait::Data
1849 unsigned DataLen = 4; // MacroDirectivesOffset.
1859 clang::io::Emit32(Out, Data.MacroDirectivesOffset);
1977 data.MacroDirectivesOffset = MacroDirectiveOffset;

Completed in 94 milliseconds