Lines Matching refs:Preamble
1135 assert(Preamble && in Parse()
1137 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse()
1337 if (Preamble) { in getMainBufferWithPrecompiledPreamble()
1338 if (Preamble->CanReuse(PreambleInvocationIn, *MainFileBuffer, Bounds, in getMainBufferWithPrecompiledPreamble()
1352 Preamble.reset(); in getMainBufferWithPrecompiledPreamble()
1368 assert(!Preamble && "No Preamble should be stored at that point"); in getMainBufferWithPrecompiledPreamble()
1391 if (SkipFunctionBodies == SkipFunctionBodiesScope::Preamble) in getMainBufferWithPrecompiledPreamble()
1402 Preamble = std::move(*NewPreamble); in getMainBufferWithPrecompiledPreamble()
1422 assert(Preamble && "Preamble wasn't built"); in getMainBufferWithPrecompiledPreamble()
1446 assert(Preamble && "Should only be called when preamble was built"); in RealizeTopLevelDeclsFromPreamble()
1865 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
2264 if (Preamble && Line > 1 && hasSameUniqueID(File, OriginalSourceFile)) { in CodeComplete()
2272 assert(Preamble && in CodeComplete()
2277 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
2524 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationFromPreamble()
2528 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble->getBounds().Size) { in mapLocationFromPreamble()
2545 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationToPreamble()
2550 Offs < Preamble->getBounds().Size) { in mapLocationToPreamble()