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

References

include/llvm/ADT/TinyPtrVector.h
   60       this->clear();
   92       this->clear();
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  124     DbgDeclares.clear();
lib/Transforms/Utils/SSAUpdater.cpp
  384       BlockUses.clear();
  403       BlockUses.clear();
  443     BlockUses.clear();
tools/clang/include/clang/Lex/Preprocessor.h
  664         Info->ActiveModuleMacros.clear();
  685       Info->OverriddenMacros.clear();
tools/clang/include/clang/Sema/ParsedAttr.h
  638     Attrs.clear();
  644     pool.Attrs.clear();
  749   void clearListOnly() { AttrList.clear(); }
tools/clang/lib/Lex/PPMacroExpansion.cpp
  193   Info.ActiveModuleMacros.clear();
tools/clang/lib/Sema/ParsedAttr.cpp
  100   pool.Attrs.clear();
tools/clang/lib/Sema/ScopeInfo.cpp
   57   ByrefBlockVars.clear();
tools/clang/lib/Serialization/MultiOnDiskHashTable.h
  125     Tables.clear();
  142     PendingOverrides.clear();
  171     Tables.clear();
  181     O.Tables.clear();
unittests/ADT/TinyPtrVectorTest.cpp
   66     V.clear();
   68     V2.clear();
  133   this->V.clear();
  138   this->V.clear();
  143   this->V.clear();
  153   Copy.clear();
  372   this->V.clear();
  397   this->V.clear();
  401   this->V.clear();
  405   this->V.clear();