Lines Matching refs:Preamble
1114 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size(); in Parse()
1358 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1366 if (!Preamble.empty()) { in getMainBufferWithPrecompiledPreamble()
1371 if (Preamble.size() == NewPreamble.Size && in getMainBufferWithPrecompiledPreamble()
1373 memcmp(Preamble.getBufferStart(), NewPreamble.Buffer->getBufferStart(), in getMainBufferWithPrecompiledPreamble()
1454 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1488 Preamble.assign(FileMgr->getFile(MainFilename), in getMainBufferWithPrecompiledPreamble()
1494 NewPreamble.Buffer->getBuffer().slice(0, Preamble.size()), MainFilename); in getMainBufferWithPrecompiledPreamble()
1526 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1572 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
1597 Preamble.clear(); in getMainBufferWithPrecompiledPreamble()
2432 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size(); in CodeComplete()
2674 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationFromPreamble()
2678 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble.size()) { in mapLocationFromPreamble()
2695 if (Loc.isInvalid() || Preamble.empty() || PreambleID.isInvalid()) in mapLocationToPreamble()
2700 Offs < Preamble.size()) { in mapLocationToPreamble()