Lines Matching refs:Preamble
1155 assert(Preamble && in Parse()
1157 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse()
1357 if (Preamble) { in getMainBufferWithPrecompiledPreamble()
1358 if (Preamble->CanReuse(PreambleInvocationIn, *MainFileBuffer, Bounds, in getMainBufferWithPrecompiledPreamble()
1372 Preamble.reset(); in getMainBufferWithPrecompiledPreamble()
1388 assert(!Preamble && "No Preamble should be stored at that point"); in getMainBufferWithPrecompiledPreamble()
1411 if (SkipFunctionBodies == SkipFunctionBodiesScope::Preamble) in getMainBufferWithPrecompiledPreamble()
1423 Preamble = std::move(*NewPreamble); in getMainBufferWithPrecompiledPreamble()
1443 assert(Preamble && "Preamble wasn't built"); in getMainBufferWithPrecompiledPreamble()
1467 assert(Preamble && "Should only be called when preamble was built"); in RealizeTopLevelDeclsFromPreamble()
1894 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
2296 if (Preamble && Line > 1 && hasSameUniqueID(File, OriginalSourceFile)) { in CodeComplete()
2304 assert(Preamble && in CodeComplete()
2309 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
2543 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationFromPreamble()
2547 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble->getBounds().Size) { in mapLocationFromPreamble()
2564 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationToPreamble()
2569 Offs < Preamble->getBounds().Size) { in mapLocationToPreamble()