Lines Matching refs:Preamble

1107     assert(Preamble &&  in Parse()
1109 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse()
1309 if (Preamble) { in getMainBufferWithPrecompiledPreamble()
1310 if (Preamble->CanReuse(PreambleInvocationIn, *MainFileBuffer, Bounds, in getMainBufferWithPrecompiledPreamble()
1324 Preamble.reset(); in getMainBufferWithPrecompiledPreamble()
1340 assert(!Preamble && "No Preamble should be stored at that point"); in getMainBufferWithPrecompiledPreamble()
1363 if (SkipFunctionBodies == SkipFunctionBodiesScope::Preamble) in getMainBufferWithPrecompiledPreamble()
1374 Preamble = std::move(*NewPreamble); in getMainBufferWithPrecompiledPreamble()
1394 assert(Preamble && "Preamble wasn't built"); in getMainBufferWithPrecompiledPreamble()
1418 assert(Preamble && "Should only be called when preamble was built"); in RealizeTopLevelDeclsFromPreamble()
1838 if (Preamble || PreambleRebuildCountdown > 0) in Reparse()
2237 if (Preamble && Line > 1 && hasSameUniqueID(File, OriginalSourceFile)) { in CodeComplete()
2245 assert(Preamble && in CodeComplete()
2250 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
2497 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationFromPreamble()
2501 if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble->getBounds().Size) { in mapLocationFromPreamble()
2518 if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid()) in mapLocationToPreamble()
2523 Offs < Preamble->getBounds().Size) { in mapLocationToPreamble()