Lines Matching refs:Preamble
1114 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size(); in Parse()
1356 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1364 if (!Preamble.empty()) { in getMainBufferWithPrecompiledPreamble()
1369 if (Preamble.size() == NewPreamble.Size && in getMainBufferWithPrecompiledPreamble()
1371 memcmp(Preamble.getBufferStart(), NewPreamble.Buffer->getBufferStart(), in getMainBufferWithPrecompiledPreamble()
1462 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1496 Preamble.assign(FileMgr->getFile(MainFilename), in getMainBufferWithPrecompiledPreamble()
1502 NewPreamble.Buffer->getBuffer().slice(0, Preamble.size()), MainFilename); in getMainBufferWithPrecompiledPreamble()
1534 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1580 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1605 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
2441 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size(); in CodeComplete()
2684 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationFromPreamble()
2688 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble.size()) { in mapLocationFromPreamble()
2705 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationToPreamble()
2710 Offs < Preamble.size()) { in mapLocationToPreamble()