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

References

tools/clang/include/clang/Frontend/PrecompiledPreamble.h
  186     Kind getKind() const;
  199     Kind StorageKind = Kind::Empty;
  199     Kind StorageKind = Kind::Empty;
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  399   case PCHStorage::Kind::Empty:
  403   case PCHStorage::Kind::InMemory:
  405   case PCHStorage::Kind::TempFile: {
  599     : StorageKind(Kind::TempFile) {
  604     : StorageKind(Kind::InMemory) {
  618   case Kind::Empty:
  621   case Kind::TempFile:
  624   case Kind::InMemory:
  635 PrecompiledPreamble::PCHStorage::Kind
  663   case Kind::Empty:
  665   case Kind::TempFile:
  668   case Kind::InMemory:
  676   StorageKind = Kind::Empty;
  727   if (Storage.getKind() == PCHStorage::Kind::TempFile) {