Lines Matching refs:Preamble
1113 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size(); in Parse()
1357 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1365 if (!Preamble.empty()) { in getMainBufferWithPrecompiledPreamble()
1370 if (Preamble.size() == NewPreamble.Size && in getMainBufferWithPrecompiledPreamble()
1372 memcmp(Preamble.getBufferStart(), NewPreamble.Buffer->getBufferStart(), in getMainBufferWithPrecompiledPreamble()
1453 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1487 Preamble.assign(FileMgr->getFile(MainFilename), in getMainBufferWithPrecompiledPreamble()
1493 NewPreamble.Buffer->getBuffer().slice(0, Preamble.size()), MainFilename); in getMainBufferWithPrecompiledPreamble()
1525 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1571 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1596 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
2428 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size(); in CodeComplete()
2670 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationFromPreamble()
2674 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble.size()) { in mapLocationFromPreamble()
2691 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationToPreamble()
2696 Offs < Preamble.size()) { in mapLocationToPreamble()