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

Declarations

tools/clang/include/clang/Sema/Sema.h
  214   class DelayedDiagnosticPool;

References

tools/clang/include/clang/Parse/RAIIObjectsForParser.h
   46     sema::DelayedDiagnosticPool DiagnosticPool;
   92     sema::DelayedDiagnosticPool DiagnosticPool;
  108                           const sema::DelayedDiagnosticPool *parentPool)
  130     sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() {
  133     const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const {
  186     const sema::DelayedDiagnosticPool &getDelayedDiagnosticPool() const {
tools/clang/include/clang/Sema/DelayedDiagnostic.h
  269   const DelayedDiagnosticPool *Parent;
  273   DelayedDiagnosticPool(const DelayedDiagnosticPool *parent) : Parent(parent) {}
  275   DelayedDiagnosticPool(const DelayedDiagnosticPool &) = delete;
  276   DelayedDiagnosticPool &operator=(const DelayedDiagnosticPool &) = delete;
  276   DelayedDiagnosticPool &operator=(const DelayedDiagnosticPool &) = delete;
  278   DelayedDiagnosticPool(DelayedDiagnosticPool &&Other)
  283   DelayedDiagnosticPool &operator=(DelayedDiagnosticPool &&Other) {
  283   DelayedDiagnosticPool &operator=(DelayedDiagnosticPool &&Other) {
  296   const DelayedDiagnosticPool *getParent() const { return Parent; }
  309   void steal(DelayedDiagnosticPool &pool) {
tools/clang/include/clang/Sema/Sema.h
  719     sema::DelayedDiagnosticPool *SavedPool;
  730     sema::DelayedDiagnosticPool *CurPool;
  742     sema::DelayedDiagnosticPool *getCurrentPool() const {
  748     DelayedDiagnosticsState push(sema::DelayedDiagnosticPool &pool) {
 4327   ParsingDeclState PushParsingDeclaration(sema::DelayedDiagnosticPool &pool) {
 4340   void redelayDiagnostics(sema::DelayedDiagnosticPool &pool);
tools/clang/lib/Sema/SemaDeclAttr.cpp
 8043   DelayedDiagnosticPool &poppedPool = *DelayedDiagnostics.getCurrentPool();
 8058   const DelayedDiagnosticPool *pool = &poppedPool;
 8061     for (DelayedDiagnosticPool::pool_iterator
 8098 void Sema::redelayDiagnostics(DelayedDiagnosticPool &pool) {
 8099   DelayedDiagnosticPool *curPool = DelayedDiagnostics.getCurrentPool();
usr/include/c++/7.4.0/bits/move.h
   98     move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };