reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/ASTUnit.cpp
 1111     assert(Preamble &&
 1113     Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get());
 1321   if (Preamble) {
 1322     if (Preamble->CanReuse(PreambleInvocationIn, MainFileBuffer.get(), Bounds,
 1336       Preamble.reset();
 1352   assert(!Preamble && "No Preamble should be stored at that point");
 1386       Preamble = std::move(*NewPreamble);
 1406   assert(Preamble && "Preamble wasn't built");
 1430   assert(Preamble && "Should only be called when preamble was built");
 1855   if (Preamble || PreambleRebuildCountdown > 0)
 2243   if (Preamble) {
 2265     assert(Preamble &&
 2270     Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS,
 2517   if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid())
 2521   if (SourceMgr->isInFileID(Loc, PreambleID, &Offs) && Offs < Preamble->getBounds().Size) {
 2538   if (Loc.isInvalid() || !Preamble || PreambleID.isInvalid())
 2543       Offs < Preamble->getBounds().Size) {