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

References

include/llvm/ADT/ImmutableSet.h
  488     createdNodes.clear();
include/llvm/ADT/MapVector.h
   90     Vector.clear();
include/llvm/ADT/PriorityQueue.h
   76     this->c.clear();
include/llvm/ADT/PriorityWorklist.h
  214     V.clear();
include/llvm/ADT/SCCIterator.h
  175   CurrentSCC.clear(); // Prepare to compute the next SCC
include/llvm/ADT/STLExtras.h
 1131   C.clear();
include/llvm/ADT/SetVector.h
  217     vector_.clear();
include/llvm/Analysis/BlockFrequencyInfoImpl.h
 1030   RPOT.clear();
include/llvm/Analysis/LoopInfo.h
  491     SubLoops.clear();
  492     Blocks.clear();
  869     Arg.TopLevelLoops.clear();
  879     RHS.TopLevelLoops.clear();
  888     TopLevelLoops.clear();
include/llvm/Analysis/LoopIterator.h
  166     PostBlocks.clear();
include/llvm/Analysis/RegionInfoImpl.h
  389   children.clear();
  428   children.clear();
include/llvm/Bitstream/BitstreamWriter.h
  505     BlockInfoRecords.clear();
include/llvm/CodeGen/MachineJumpTableInfo.h
  106     JumpTables[Idx].MBBs.clear();
include/llvm/CodeGen/MachineScheduler.h
  544   void clear() { Queue.clear(); }
include/llvm/CodeGen/PBQP/Graph.h
  665       FreeNodeIds.clear();
  667       FreeEdgeIds.clear();
include/llvm/CodeGen/ScheduleDFS.h
  129     DFSNodeData.clear();
  131     SubtreeConnections.clear();
  132     SubtreeConnectLevels.clear();
include/llvm/CodeGen/StackMaps.h
  233     CSInfos.clear();
include/llvm/DebugInfo/DWARF/DWARFListTable.h
   96     Offsets.clear();
  226   Entries.clear();
include/llvm/DebugInfo/GSYM/InlineInfo.h
   71     Children.clear();
include/llvm/DebugInfo/GSYM/LineTable.h
  151   void clear() { Lines.clear(); }
include/llvm/DebugInfo/GSYM/Range.h
   80   void clear() { Ranges.clear(); }
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
  176       Unmapped.clear();
  195       Unfinalized.clear();
include/llvm/ExecutionEngine/Orc/RPCUtils.h
  829     FreeSequenceNumbers.clear();
include/llvm/PassAnalysisSupport.h
  178     AnalysisImpls.clear();
include/llvm/ProfileData/InstrProf.h
  763     Counts.clear();
include/llvm/Support/BinaryByteStream.h
  144   void clear() { Data.clear(); }
include/llvm/Support/BinaryItemStream.h
   75     ItemEndOffsets.clear();
include/llvm/Support/CommandLine.h
 1486     Storage.clear();
 1567     Positions.clear();
include/llvm/Support/GenericDomTree.h
   95   void clearAllChildren() { Children.clear(); }
include/llvm/Support/JSON.h
  187   void clear() { V.clear(); }
  609     Out.clear();
include/llvm/Transforms/Scalar/ConstantHoisting.h
  135     ConstIntCandVec.clear();
  137       MapEntry.second.clear();
lib/Analysis/AliasSetTracker.cpp
   91     AS.UnknownInsts.clear();
lib/Analysis/CFLAndersAliasAnalysis.cpp
  775     NextList.clear();
  800     NextList.clear();
lib/Analysis/DomTreeUpdater.cpp
  117   Callbacks.clear();
lib/Analysis/IntervalPartition.cpp
   37   Intervals.clear();
lib/Analysis/LegacyDivergenceAnalysis.cpp
  127   Worklist.clear();
lib/Analysis/MemoryDependenceAnalysis.cpp
 1139         CacheInfo->NonLocalDeps.clear();
 1159         CacheInfo->NonLocalDeps.clear();
lib/Analysis/StratifiedSets.h
  339     Links.clear();
lib/Bitcode/Reader/BitcodeReader.cpp
 2931   DeferredMetadataInfo.clear();
 4533       OperandBundles.clear();
 4620       OperandBundles.clear();
 5064       OperandBundles.clear();
 5908       PendingTypeTests.clear();
 5909       PendingTypeTestAssumeVCalls.clear();
 5910       PendingTypeCheckedLoadVCalls.clear();
 5911       PendingTypeTestAssumeConstVCalls.clear();
 5912       PendingTypeCheckedLoadConstVCalls.clear();
 6053       PendingTypeTests.clear();
 6054       PendingTypeTestAssumeVCalls.clear();
 6055       PendingTypeCheckedLoadVCalls.clear();
 6056       PendingTypeTestAssumeConstVCalls.clear();
 6057       PendingTypeCheckedLoadConstVCalls.clear();
lib/Bitcode/Reader/MetadataLoader.cpp
  490     CUSubprograms.clear();
  880         MDStringRef.clear();
  881         GlobalMetadataBitPosIndex.clear();
lib/Bitcode/Reader/ValueList.h
   76     ValuePtrs.clear();
   77     FullTypes.clear();
lib/Bitcode/Writer/BitcodeWriter.cpp
 2109     IndexPos.clear();
lib/Bitcode/Writer/ValueEnumerator.cpp
 1016   BasicBlocks.clear();
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
 2120   LocalUDTs.clear();
 2121   GlobalUDTs.clear();
lib/CodeGen/AsmPrinter/CodeViewDebug.h
  287     LocalUDTs.clear();
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  224   TmpBuf->Comments.clear();
lib/CodeGen/BranchFolding.cpp
  739   SameTails.clear();
  754           SameTails.clear();
 1084   MergePotentials.clear();
 1127     MergePotentials.clear();
lib/CodeGen/BreakFalseDeps.cpp
  251   UndefReads.clear();
lib/CodeGen/CFIInstrInserter.cpp
   64     MBBVector.clear();
lib/CodeGen/DFAPacketizer.cpp
  224   CurrentPacketMIs.clear();
lib/CodeGen/ExecutionDomainFix.cpp
  219   LiveRegs.clear();
  419   LiveRegs.clear();
lib/CodeGen/GCMetadata.cpp
   82   Functions.clear();
lib/CodeGen/GlobalISel/IRTranslator.cpp
 2181   SL->JTCases.clear();
lib/CodeGen/IfConversion.cpp
  595   Tokens.clear();
  596   BBAnalysis.clear();
lib/CodeGen/LiveVariables.cpp
  672   PhysRegDef.clear();
  673   PhysRegUse.clear();
  674   PHIVarInfo.clear();
lib/CodeGen/MachineBasicBlock.cpp
  669   Probs.clear();
 1494   LiveIns.clear();
lib/CodeGen/MachineFunction.cpp
  220   MBBNumbering.clear();
  225   CodeViewAnnotations.clear();
  289   if (empty()) { MBBNumbering.clear(); return; }
  756       LandingPad.TypeIds.clear();
lib/CodeGen/MachineModuleInfo.cpp
  200   Personalities.clear();
lib/CodeGen/MachineOutliner.cpp
  524         LeafChildren.clear();
 1009   FunctionList.clear();
 1016     CandidatesForRepeatedSeq.clear();
lib/CodeGen/MachineScheduler.cpp
  904   DbgValues.clear();
 1048   RegionCriticalPSets.clear();
 1259     RegionCriticalPSets.clear();
 3513     ReadyQ.clear();
lib/CodeGen/PostRASchedulerList.cpp
  240   Sequence.clear();
  616       NotReady.clear();
  700   DbgValues.clear();
lib/CodeGen/ReachingDefAnalysis.cpp
   92   LiveRegs.clear();
  140   LiveRegs.clear();
lib/CodeGen/RegisterPressure.cpp
  179   MaxSetPressure.clear();
  187   MaxSetPressure.clear();
  247   CurrSetPressure.clear();
  248   LiveThruPressure.clear();
  249   P.MaxSetPressure.clear();
lib/CodeGen/ScheduleDAG.cpp
   65   SUnits.clear();
  645   WorkList.clear();
lib/CodeGen/ScheduleDAGInstrs.cpp
  117   DbgValues.clear();
  773   DbgValues.clear();
lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
  287     Packet.clear();
  308     Packet.clear();
  315     Packet.clear();
  465     Packet.clear();
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
 1788     SethiUllmanNumbers.clear();
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
   60   Sequence.clear();
lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
  232       NotReady.clear();
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1210   DDIV.clear();
 2295       SL->SwitchCases.clear();
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 1599     FuncInfo->PHINodesToUpdate.clear();
 1855   SDB->SL->BitTestCases.clear();
 1899   SDB->SL->JTCases.clear();
 1951   SDB->SL->SwitchCases.clear();
lib/CodeGen/ShadowStackGCLowering.cpp
  199   EltTys.clear();
  370   Roots.clear();
lib/CodeGen/StackMaps.cpp
  578   CSInfos.clear();
lib/CodeGen/StackSlotColoring.cpp
  518   SSIntervals.clear();
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
   68   Records.clear();
lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
   25   Decls.clear();
lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
   17   Addrs.clear();
lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
   29   ArangeDescriptors.clear();
   35     ArangeDescriptors.clear();
lib/DebugInfo/DWARF/DWARFDebugAranges.cpp
   69   Endpoints.clear();
   70   Aranges.clear();
  112   Endpoints.clear();
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
   95   StandardOpcodeLengths.clear();
   96   IncludeDirectories.clear();
   97   FileNames.clear();
  468   Rows.clear();
  469   Sequences.clear();
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp
   22   Entries.clear();
lib/ExecutionEngine/ExecutionEngine.cpp
  340   Values.clear();  // Free the old contents.
lib/ExecutionEngine/Interpreter/Execution.cpp
  877   ECStack.clear();
lib/ExecutionEngine/Orc/ExecutionUtils.cpp
  152   CXXDestructorDataPairs.clear();
lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
  146   EHFrames.clear();
lib/IR/InlineAsm.cpp
  230       Result.clear();          // Erroneous constraint?
  242         Result.clear();
lib/IR/TypeFinder.cpp
   87   StructTypes.clear();
lib/Linker/IRMover.cpp
 1109   RAUWWorklist.clear();
lib/MC/MCAssembler.cpp
  100   Sections.clear();
  101   Symbols.clear();
  102   IndirectSymbols.clear();
  103   DataRegions.clear();
  104   LinkerOptions.clear();
  105   FileNames.clear();
lib/MC/MCContext.cpp
  103   MCGenDwarfLabelEntries.clear();
lib/MC/MCStreamer.cpp
  100   DwarfFrameInfos.clear();
  102   WinFrameInfos.clear();
lib/MC/MCWin64EH.cpp
  564       EpilogInstrs.clear();
lib/MC/MachObjectWriter.cpp
   49   LocalSymbolData.clear();
   50   ExternalSymbolData.clear();
   51   UndefinedSymbolData.clear();
lib/MC/WasmObjectWriter.cpp
  274     CodeRelocations.clear();
  275     DataRelocations.clear();
  281     CustomSections.clear();
lib/MC/WinCOFFObjectWriter.cpp
  158     Sections.clear();
  159     Symbols.clear();
lib/ProfileData/Coverage/CoverageMappingReader.cpp
  812   FunctionsFilenames.clear();
  813   Expressions.clear();
  814   MappingRegions.clear();
lib/ProfileData/InstrProfReader.cpp
  431     Record.Counts.clear();
  535   DataBuffer.clear();
  557     CounterBuffer.clear();
  567       DataBuffer.clear();
lib/Support/CommandLine.cpp
  390     MoreHelp.clear();
 1583   MoreHelp.clear();
 2157     GlobalParser->MoreHelp.clear();
lib/Support/Debug.cpp
   73   CurrentDebugType->clear();
lib/Support/FileCheck.cpp
 1712         NotStrings.clear();
lib/Support/GraphWriter.cpp
  251     args.clear();
lib/Support/Statistic.cpp
  167   Stats.clear();
lib/Support/Timer.cpp
  347   TimersToPrint.clear();
  429   TimersToPrint.clear();
lib/Target/AArch64/AArch64InstrInfo.cpp
 5239       RepeatedSequenceLocs.clear();
 5266         RepeatedSequenceLocs.clear();
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  468   DisasmLines.clear();
  469   HexLines.clear();
lib/Target/AMDGPU/GCNSchedStrategy.cpp
   74   Pressure.clear();
   75   MaxPressure.clear();
lib/Target/AMDGPU/R600InstrInfo.cpp
  543   ValidSwizzle.clear();
lib/Target/AMDGPU/R600MachineScheduler.cpp
   49   QSrc.clear();
  342   QSrc.clear();
  351   InstructionsGroupCandidate.clear();
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
  386       RemapChan.clear();
lib/Target/AMDGPU/SIInsertWaitcnts.cpp
 1476   BlockInfos.clear();
lib/Target/AMDGPU/SIMachineScheduler.cpp
  289   TopReadySUs.clear();
  409   TopReadySUs.clear();
  449   ScheduledSUnits.clear();
  807   CurrentTopDownReservedDependencyColoring.clear();
  808   CurrentBottomUpReservedDependencyColoring.clear();
 1197   CurrentBlocks.clear();
 1198   CurrentColoring.clear();
 1200   Node2CurrentBlock.clear();
 1949   IsLowLatencySU.clear();
 1950   LowLatencyOffset.clear();
 1951   IsHighLatencySU.clear();
lib/Target/AMDGPU/SIModeRegister.cpp
  402   BlockInfo.clear();
lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
  157   RegsToRewrite.clear();
lib/Target/ARM/ARMAsmPrinter.cpp
  534       Stubs.clear();
  547       Stubs.clear();
lib/Target/ARM/ARMConstantIslandPass.cpp
  401   CPEMIs.clear();
  476   WaterList.clear();
  477   CPUsers.clear();
  478   CPEntries.clear();
  481   ImmBranches.clear();
lib/Target/Hexagon/HexagonCommonGEP.cpp
 1287   Nodes.clear();
lib/Target/Hexagon/HexagonConstExtenders.cpp
 1245   Extenders.clear();
 1902     Defs.clear();
lib/Target/Hexagon/HexagonFrameLowering.cpp
 1506   CSI.clear();
lib/Target/Hexagon/HexagonGenInsert.cpp
 1119     LL.clear();
 1337     LL.clear();
 1389       LL.clear();
lib/Target/Hexagon/HexagonMachineScheduler.cpp
  143     Packet.clear();
  152     Packet.clear();
lib/Target/Hexagon/HexagonMachineScheduler.h
   60     Packet.clear();
   69     Packet.clear();
   77     Packet.clear();
lib/Target/Hexagon/HexagonStoreWidening.cpp
  377     OG.clear();
  542     OG.clear();
  543     NG.clear();
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
 1317     IgnoreDepMIs.clear();
 1785   OldPacketMIs.clear();
 1791   CurrentPacketMIs.clear();
lib/Target/Hexagon/RDFGraph.cpp
  287   Ns.clear();
  391   Blocks.clear();
lib/Target/Hexagon/RDFLiveness.cpp
  821       LV.clear();
lib/Target/Mips/MipsConstantIslandPass.cpp
  478   CPEMIs.clear();
  515   BBInfo.clear();
  516   WaterList.clear();
  517   CPUsers.clear();
  518   CPEntries.clear();
  519   ImmBranches.clear();
  639   BBInfo.clear();
lib/Target/PowerPC/PPCAsmPrinter.cpp
 1711       Stubs.clear();
lib/Target/PowerPC/PPCBranchSelector.cpp
  278     BlockSizes.clear();
  386   BlockSizes.clear();
lib/Target/PowerPC/PPCISelLowering.cpp
 5107     NodeTys.clear();
lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
  229   SwapVector.clear();
lib/Target/Sparc/LeonPasses.h
   37   void clearUsedRegisterList() { UsedRegisters.clear(); }
lib/Target/SystemZ/SystemZTDC.cpp
  313   LogicOpsWorklist.clear();
lib/Target/WebAssembly/WebAssemblyExceptionInfo.cpp
   85   TopLevelExceptions.clear();
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
   74     Params.clear();
   75     Results.clear();
lib/Target/X86/X86AsmPrinter.cpp
  674     Stubs.clear();
lib/Transforms/IPO/ArgumentPromotion.cpp
  184           Indices.clear();
  301             Ops.clear();
  447           Operands.clear();
  649           Indices.clear();
  668     Operands.clear();
lib/Transforms/IPO/DeadArgumentElimination.cpp
  214     Args.clear();
  951     Args.clear();
lib/Transforms/IPO/LowerTypeTests.cpp
  201       OldFragment.clear();
lib/Transforms/IPO/WholeProgramDevirt.cpp
  401     SummaryTypeCheckedLoadUsers.clear();
lib/Transforms/Instrumentation/InstrProfiling.cpp
  411   PromotionCandidates.clear();
  499   UsedVars.clear();
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
  148     WorkList.clear();
  393   Updates.clear();
lib/Transforms/ObjCARC/BlotMapVector.h
  106     Vector.clear();
lib/Transforms/Scalar/GVN.cpp
  584   Expressions.clear();
  585   ExprIdx.clear();
lib/Transforms/Scalar/LoopUnswitch.cpp
 1246   LoopBlocks.clear();
 1247   NewBlocks.clear();
lib/Transforms/Scalar/MergeICmps.cpp
  754   Comparisons_.clear();
lib/Transforms/Scalar/NewGVN.cpp
 2948   CongruenceClasses.clear();
lib/Transforms/Scalar/PlaceSafepoints.cpp
  295   Calls.clear();
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 2321   Replacements.clear();
lib/Transforms/Scalar/SROA.cpp
 3837     SplitLoads.clear();
 4553   PromotableAllocas.clear();
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  739   UnlinkedInstructions.clear();
lib/Transforms/Utils/CodeExtractor.cpp
  811     paramTy.clear();
lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp
   87   NonImportedCallers.clear();
lib/Transforms/Utils/Mem2Reg.cpp
   41     Allocas.clear();
lib/XRay/FDRTraceExpander.cpp
   17   CurrentRecord.CallArgs.clear();
lib/XRay/Trace.cpp
  369   Records.clear();
tools/bugpoint/CrashDebugger.cpp
  367     Attrs.clear();
  518     BBs.clear();
  625     BBs.clear();
  717     BBs.clear();
  799     Insts.clear();
  937     NamedMDOps.clear();
tools/bugpoint/Miscompilation.cpp
  399       MiscompiledFunctions.clear();
  430     MiscompiledFunctions.clear();
  559     Blocks.clear();
  595   MiscompiledFunctions.clear();
tools/bugpoint/ToolRunner.cpp
  150     ToolArgs.clear();
  538     ToolArgs.clear();
tools/bugpoint/ToolRunner.h
  157     ToolArgs.clear();
tools/clang/include/clang/Basic/Module.h
  601     O.ImportLocs.clear();
  609     O.ImportLocs.clear();
tools/clang/include/clang/Basic/SourceManagerInternals.h
   97     FilenamesByID.clear();
tools/clang/include/clang/Driver/Multilib.h
  158   void clear() { Multilibs.clear(); }
tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h
  240       Errors.clear();
  241       Warnings.clear();
  242       Remarks.clear();
  243       Notes.clear();
tools/clang/include/clang/Lex/HeaderSearch.h
  337     FileInfo.clear();
tools/clang/include/clang/Lex/PreprocessorOptions.h
  202     RemappedFiles.clear();
  203     RemappedFileBuffers.clear();
  209     Includes.clear();
  210     MacroIncludes.clear();
  211     ChainedIncludes.clear();
tools/clang/include/clang/Sema/SemaFixItUtils.h
   80     Hints.clear();
tools/clang/lib/ARCMigrate/ARCMT.cpp
  255   CInvok->getFrontendOpts().Inputs.clear();
  355   CInvok.getFrontendOpts().Inputs.clear();
tools/clang/lib/ARCMigrate/TransformActions.cpp
  273   CachedActions.clear();
  280   CachedActions.clear();
tools/clang/lib/Analysis/LiveVariables.cpp
  641     declVec.clear();
tools/clang/lib/Analysis/ThreadSafetyCommon.cpp
  935   CurrentArguments.clear();
  936   CurrentInstructions.clear();
  948   CurrentArguments.clear();
  949   CurrentInstructions.clear();
  950   IncompleteArgs.clear();
tools/clang/lib/Basic/Diagnostic.cpp
  139   DiagStateOnPushStack.clear();
tools/clang/lib/Basic/LangOptions.cpp
   31   SanitizerBlacklistFiles.clear();
   32   XRayAlwaysInstrumentFiles.clear();
   33   XRayNeverInstrumentFiles.clear();
tools/clang/lib/Basic/Module.cpp
  252     TopHeaderNames.clear();
tools/clang/lib/Basic/Targets.cpp
  655   Opts->Features.clear();
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  529   CXXThreadLocalInits.clear();
  530   CXXThreadLocalInitVars.clear();
  531   CXXThreadLocals.clear();
  616   CXXGlobalInits.clear();
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1632     ConstantStrings.clear();
 1633     Categories.clear();
 1634     Classes.clear();
tools/clang/lib/CodeGen/CGVTables.cpp
 1005   DeferredVTables.clear();
tools/clang/lib/CodeGen/CodeGenModule.cpp
  370   DeferredDeclsToEmit.clear();
 1185   Fns.clear();
 2157   OpportunisticVTables.clear();
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  968   RegionCounts.clear();
tools/clang/lib/CodeGen/ConstantInitBuilder.cpp
  104   SelfReferences.clear();
  120     SelfReferences.clear();
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1401   CoverageMappings.clear();
tools/clang/lib/Driver/Compilation.cpp
  247   AllActions.clear();
tools/clang/lib/Driver/SanitizerArgs.cpp
  574       BlacklistFiles.clear();
  575       ExtraDeps.clear();
tools/clang/lib/Driver/XRayArgs.cpp
  168             Modes.clear();
tools/clang/lib/Format/Format.cpp
 2186       AssociatedCommentLines.clear();
tools/clang/lib/Frontend/ASTUnit.cpp
  507   CachedCompletionResults.clear();
 1171     TopLevelDeclsInPreamble.clear();
 1338       TopLevelDeclsInPreamble.clear();
 1408   TopLevelDecls.clear();
 1441   TopLevelDeclsInPreamble.clear();
 1892   TopLevelDecls.clear();
tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  129     CInvok->getPreprocessorOpts().ChainedIncludes.clear();
  132     CInvok->getPreprocessorOpts().Includes.clear();
  133     CInvok->getPreprocessorOpts().MacroIncludes.clear();
  134     CInvok->getPreprocessorOpts().Macros.clear();
  136     CInvok->getFrontendOpts().Inputs.clear();
tools/clang/lib/Frontend/CompilerInvocation.cpp
  327   Opts.CheckersAndPackages.clear();
 2004   Opts.Inputs.clear();
tools/clang/lib/Frontend/FrontendActions.cpp
  275   Inputs.clear();
tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
  252     Instance.getFrontendOpts().Inputs.clear();
  255     Instance.getFrontendOpts().ModuleFiles.clear();
  256     Instance.getFrontendOpts().ModuleMapFiles.clear();
tools/clang/lib/Lex/MacroArgs.cpp
   82     PreExpArgTokens[i].clear();
tools/clang/lib/Lex/ModuleMap.cpp
 1295   Mod->UnresolvedConflicts.clear();
tools/clang/lib/Lex/Preprocessor.cpp
  171   IncludeMacroStack.clear();
tools/clang/lib/Serialization/ASTReader.cpp
 1292     Entries.clear();
 5510       CurrentModule->ConfigMacros.clear();
 5511       CurrentModule->UnresolvedConflicts.clear();
 5512       CurrentModule->Conflicts.clear();
 9748     Comments.clear();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2628       MacroStack.clear();
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  186   ChangedNodes.clear();
tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
   70   FrontendOpts.Inputs.clear();
tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  137     Cmd.CommandLine.clear();
tools/clang/tools/extra/clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
  114   TUFiles.clear();
tools/clang/tools/extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
  100       Comments.clear();
tools/clang/tools/extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
  181   Contexts.clear();
tools/clang/tools/extra/clang-tidy/utils/HeaderGuard.cpp
  128     Macros.clear();
tools/clang/tools/extra/clangd/Headers.cpp
  151     PreviousLevel.clear();
tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  127     Tokens.clear();
tools/clang/tools/extra/clangd/SourceCode.cpp
 1097       ER.EligiblePoints.clear();
tools/clang/tools/extra/clangd/index/BackgroundQueue.cpp
   27         Queue.clear();
tools/clang/tools/extra/clangd/unittests/ClangdTests.cpp
  466   CDB.ExtraClangFlags.clear();
tools/clang/tools/extra/clangd/unittests/DexTests.cpp
  695   Files.clear();
tools/clang/tools/extra/clangd/unittests/DiagnosticsTests.cpp
  489   LSPDiags.clear();
tools/clang/tools/extra/clangd/unittests/FindTargetTests.cpp
  238   Flags.clear();
  248   Flags.clear();
tools/clang/tools/extra/clangd/unittests/GlobalCompilationDatabaseTests.cpp
  256     DiscoveredFiles.clear();
  279     DiscoveredFiles.clear();
  300   DiscoveredFiles.clear();
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp
  821   void handlePreprocessorExit() override { HeaderStack.clear(); }
tools/clang/tools/extra/pp-trace/PPTrace.cpp
  102     CallbackCalls.clear();
tools/clang/unittests/Analysis/CloneDetectionTest.cpp
   87   CloneGroups.clear();
tools/clang/unittests/Format/CleanupTest.cpp
  239   Ranges.clear();
tools/clang/unittests/Format/FormatTest.cpp
12749   Style.ForEachMacros.clear();
12759   Style.StatementMacros.clear();
12765   Style.NamespaceMacros.clear();
12771   Style.IncludeStyle.IncludeCategories.clear();
12783   Style.RawStringFormats.clear();
tools/clang/unittests/Index/IndexTests.cpp
  172   Index->Symbols.clear();
  187   Index->Symbols.clear();
  249   Index->Symbols.clear();
tools/clang/unittests/Tooling/DependencyScannerTest.cpp
  114   Deps.clear();
tools/clang/utils/TableGen/ClangAttrEmitter.cpp
 2829     Args.clear();
tools/dsymutil/DwarfLinker.cpp
  408   DIEBlocks.clear();
  409   DIELocs.clear();
 1772     Seq.clear();
 1792   Seq.clear();
tools/dsymutil/DwarfLinker.h
  167       CompileUnits.clear();
tools/dsymutil/MachODebugMapParser.cpp
  126   CommonSymbols.clear();
tools/lld/COFF/Driver.cpp
   84   ObjFile::instances.clear();
   85   ImportFile::instances.clear();
   86   BitcodeFile::instances.clear();
tools/lld/COFF/Writer.cpp
  309   other->chunks.clear();
  312   other->contribSections.clear();
  670     pSec->chunks.clear();
 1895   relocSec->chunks.clear();
 1906     v.clear();
tools/lld/ELF/CallGraphSort.cpp
  217   sorted.clear();
tools/lld/ELF/Driver.cpp
   87   inputSections.clear();
   88   outputSections.clear();
   89   binaryFiles.clear();
   90   bitcodeFiles.clear();
   91   objectFiles.clear();
   92   sharedFiles.clear();
tools/lld/ELF/LinkerScript.cpp
  255     from.clear();
  489         sec->sectionCommands.clear();
  503         sec->sectionCommands.clear();
tools/lld/ELF/OutputSections.cpp
  208     cmd->sectionBases.clear();
tools/lld/ELF/Relocations.cpp
  833       undef.locs.clear();
  842   undefs.clear();
tools/lld/ELF/SyntheticSections.cpp
 1905   relrRelocs.clear();
tools/lld/ELF/Writer.cpp
 1315   isd->sections.clear();
tools/lld/include/lld/Core/SharedLibraryFile.h
   51     _definedAtoms.clear();
   52     _undefinedAtoms.clear();
   53     _sharedLibraryAtoms.clear();
   54     _absoluteAtoms.clear();
tools/lld/include/lld/Core/Simple.h
   44     _defined.clear();
   45     _undefined.clear();
   46     _shared.clear();
   47     _absolute.clear();
  101     _defined.clear();
  102     _undefined.clear();
  103     _shared.clear();
  104     _absolute.clear();
tools/lld/lib/ReaderWriter/FileArchive.cpp
  118     _noDefinedAtoms.clear();
  119     _noUndefinedAtoms.clear();
  120     _noSharedLibraryAtoms.clear();
  121     _noAbsoluteAtoms.clear();
tools/lld/lib/ReaderWriter/MachO/ExecutableAtoms.h
  140     _definedAtoms.clear();
  141     _noUndefinedAtoms.clear();
  142     _noSharedLibraryAtoms.clear();
  143     _noAbsoluteAtoms.clear();
tools/lld/lib/ReaderWriter/MachO/FlatNamespaceFile.h
   52     _noDefinedAtoms.clear();
   53     _noUndefinedAtoms.clear();
   54     _noSharedLibraryAtoms.clear();
   55     _noAbsoluteAtoms.clear();
tools/lld/lib/ReaderWriter/MachO/SectCreateFile.h
   88     _definedAtoms.clear();
   89     _noUndefinedAtoms.clear();
   90     _noSharedLibraryAtoms.clear();
   91     _noAbsoluteAtoms.clear();
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  601       _noDefinedAtoms.clear();
  602       _noUndefinedAtoms.clear();
  603       _noSharedLibraryAtoms.clear();
  604       _noAbsoluteAtoms.clear();
  664       _definedAtoms._atoms.clear();
  665       _undefinedAtoms._atoms.clear();
  666       _sharedLibraryAtoms._atoms.clear();
  667       _absoluteAtoms._atoms.clear();
tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  532     names.clear();
tools/lldb/include/lldb/Core/FormatEntity.h
  133       children.clear();
tools/lldb/include/lldb/Core/LoadedModuleInfoList.h
  109   void clear() { m_list.clear(); }
tools/lldb/include/lldb/Core/ModuleSpec.h
  330     m_specs.clear();
tools/lldb/include/lldb/Core/Section.h
   90   void Clear() { m_sections.clear(); }
tools/lldb/include/lldb/Core/ThreadSafeSTLVector.h
   37     return m_collection.clear();
tools/lldb/include/lldb/Core/UniqueCStringMap.h
   44   void Clear() { m_map.clear(); }
tools/lldb/include/lldb/Core/ValueObjectList.h
   49   void Clear() { m_value_objects.clear(); }
tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
  102     m_map.clear();
tools/lldb/include/lldb/DataFormatters/TypeSynthetic.h
  289   void Clear() { m_expression_paths.clear(); }
tools/lldb/include/lldb/Expression/DiagnosticManager.h
   96     m_diagnostics.clear();
tools/lldb/include/lldb/Expression/ExpressionVariable.h
  199   void Clear() { m_variables.clear(); }
tools/lldb/include/lldb/Host/Debug.h
  124     m_actions.clear();
tools/lldb/include/lldb/Interpreter/OptionValueArray.h
   40     m_values.clear();
tools/lldb/include/lldb/Symbol/UnwindPlan.h
  494     m_row_list.clear();
tools/lldb/include/lldb/Utility/ProcessInfo.h
  162   void Clear() { m_infos.clear(); }
tools/lldb/include/lldb/Utility/RangeMap.h
  469   void Clear() { m_entries.clear(); }
tools/lldb/source/API/SBBreakpoint.cpp
  856   void Clear() { m_break_ids.clear(); }
tools/lldb/source/API/SBMemoryRegionInfoList.cpp
   49   void Clear() { m_regions.clear(); }
tools/lldb/source/API/SBQueue.cpp
   57     m_threads.clear();
   59     m_pending_items.clear();
tools/lldb/source/Breakpoint/BreakpointIDList.cpp
   44 void BreakpointIDList::Clear() { m_breakpoint_ids.clear(); }
tools/lldb/source/Breakpoint/BreakpointList.cpp
   89   m_breakpoints.clear();
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  153     m_commands.clear();
  477       m_func_names.clear();
  490       m_breakpoint_names.clear();
 2060       m_names.clear();
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  384     m_bp_options_vec.clear();
tools/lldb/source/Commands/CommandObjectSource.cpp
   99       modules.clear();
  701       modules.clear();
tools/lldb/source/Commands/CommandObjectTarget.cpp
 2923       m_format_array.clear();
 4537       m_one_liner.clear();
tools/lldb/source/Commands/CommandObjectThread.cpp
 1048       m_until_addrs.clear();
tools/lldb/source/Commands/CommandObjectType.cpp
 2430       m_expr_paths.clear();
tools/lldb/source/Core/Debugger.cpp
  529       g_debugger_list_ptr->clear();
tools/lldb/source/Core/Disassembler.cpp
  579                           previous_lines.clear();
 1094 void InstructionList::Clear() { m_instructions.clear(); }
tools/lldb/source/Core/FileSpecList.cpp
   44 void FileSpecList::Clear() { m_files.clear(); }
tools/lldb/source/Core/IOHandler.cpp
 1714     m_window_delegates.clear();
 1913       children.clear();
 1929     children.clear();
 2032   void ClearChildren() { m_children.clear(); }
 2623     m_rows.clear();
tools/lldb/source/Core/ModuleList.cpp
  303   m_modules.clear();
tools/lldb/source/Core/SourceManager.cpp
  357   match_lines.clear();
  519     m_offsets.clear();
  586   match_lines.clear();
tools/lldb/source/Core/Value.cpp
  707 void ValueList::Clear() { m_values.clear(); }
tools/lldb/source/Expression/IRExecutionUnit.cpp
  412     m_failed_lookups.clear();
tools/lldb/source/Host/common/Editline.cpp
  630       m_input_lines.clear();
tools/lldb/source/Host/common/MainLoop.cpp
  199   read_fds.clear();
tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  170   m_file_actions.clear();
tools/lldb/source/Interpreter/CommandHistory.cpp
   95   m_history.clear();
tools/lldb/source/Interpreter/OptionValueArray.cpp
  283     m_values.clear();
tools/lldb/source/Interpreter/Options.cpp
 1105   option_element_vector.clear();
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
  561   m_known_kexts.clear();
 1400     image_infos.clear();
 1415         m_known_kexts.clear();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
   89   m_dyld_image_infos.clear();
  219     m_dyld_image_infos.clear();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
  136       segments.clear();
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  716         m_dyld_image_infos.clear();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
   20     decls.clear();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  135 void StoringDiagnosticConsumer::ClearDiagnostics() { m_diagnostics.clear(); }
  368     decls.clear();
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
   59   m_elements.clear();
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp
   44   m_elements.clear();
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
  165   m_elements_cache.clear();
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
   57   m_members.clear();
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
  528   m_children.clear();
  756   m_children.clear();
  924   m_children.clear();
tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp
  388   m_children.clear();
  548   m_children.clear();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
  569     decls.clear();
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  560   m_regions.clear();
  590       m_regions.clear();
tools/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
   99   fat_archs.clear();
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1525   section_headers.clear();
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 3866             N_NSYM_indexes.clear();
 3867             N_INCL_indexes.clear();
 3868             N_BRAC_indexes.clear();
 3869             N_COMM_indexes.clear();
 3870             N_FUN_indexes.clear();
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  300     m_sect_headers.clear();
  505         m_coff_header_opt.data_dirs.clear();
  577   m_sect_headers.clear();
tools/lldb/source/Plugins/Platform/Android/AdbClient.cpp
  249   message.clear();
  264     message.clear();
  272   message.clear();
  359   output_buf.clear();
  628   buffer.clear();
  640       buffer.clear();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
  170     dirnames.clear();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
  229     dirnames.clear();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
  303     dirnames.clear();
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
  147     dirnames.clear();
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1347   m_mem_region_cache.clear();
tools/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
  677   m_regs.clear();
  678   m_sets.clear();
  679   m_set_reg_nums.clear();
  680   m_set_names.clear();
tools/lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
   35   m_pcs.clear();
tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
   68     m_frames.clear();
tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
   77   m_cursors.clear();
  169   m_cursors.clear();
tools/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
   24   void DoClear() override { m_cursors.clear(); }
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  822       m_nt_file_entries.clear();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1622   m_qXfer_memory_map.clear();
 2363         packet_times.clear();
 2528   connection_urls.clear();
 2742   thread_ids.clear();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  416   regnums.clear();
 1279   m_continue_c_tids.clear();
 1280   m_continue_C_tids.clear();
 1281   m_continue_s_tids.clear();
 1282   m_continue_S_tids.clear();
 1525   m_thread_ids.clear();
 1526   m_thread_pcs.clear();
 1531   m_thread_ids.clear();
 1550   m_thread_pcs.clear();
 1573       m_thread_ids.clear();
 1574       m_thread_pcs.clear();
 1606         m_thread_pcs.clear();
 2217         m_thread_ids.clear();
 2229         m_thread_pcs.clear();
 2375   m_thread_ids.clear();
 2376   m_thread_pcs.clear();
 2404     m_stop_packet_stack.clear();
 2660       m_stop_packet_stack.clear();
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  494     m_filter_rules.clear();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
   36   m_attributes.clear();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
   20   m_decls.clear();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
   32   m_arange_descriptors.clear();
   39   m_arange_descriptors.clear();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
  129   rangeList.clear();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
   73     m_entries.clear();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  430   m_die_array.clear();
tools/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
   76           die_offsets.clear();
  136   atoms.clear();
  322     hash_data.clear();
  331   pair.value.clear();
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
  425     offsets.clear();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1484   method_die_offsets.clear();
tools/lldb/source/Symbol/ClangASTContext.cpp
 7221                   child_indexes.clear();
 7235                   child_indexes.clear();
tools/lldb/source/Symbol/LineTable.cpp
   53 void LineTable::LineSequenceImpl::Clear() { m_entries.clear(); }
tools/lldb/source/Symbol/SymbolContext.cpp
 1259 void SymbolContextList::Clear() { m_symbol_contexts.clear(); }
tools/lldb/source/Symbol/TypeList.cpp
   58 void TypeList::Clear() { m_types.clear(); }
tools/lldb/source/Symbol/VariableList.cpp
   45 void VariableList::Clear() { m_variables.clear(); }
tools/lldb/source/Target/PathMappingList.cpp
  142   m_pairs.clear();
tools/lldb/source/Target/Platform.cpp
  146       GetPlatformList().clear();
tools/lldb/source/Target/Process.cpp
  614   m_image_tokens.clear();
 5522 void Process::ClearPreResumeActions() { m_pre_resume_actions.clear(); }
 5568   m_image_tokens.clear();
 5829   region_list.clear();
 5835       region_list.clear();
tools/lldb/source/Target/QueueList.cpp
   37   m_queues.clear();
tools/lldb/source/Target/StackFrameList.cpp
  820   m_frames.clear();
tools/lldb/source/Target/Target.cpp
  740   names.clear();
tools/lldb/source/Target/TargetList.cpp
   48   m_target_list.clear();
tools/lldb/source/Target/Thread.cpp
  272   m_plan_stack.clear();
  273   m_discarded_plan_stack.clear();
  274   m_completed_plan_stack.clear();
  635   m_completed_plan_stack.clear();
  636   m_discarded_plan_stack.clear();
tools/lldb/source/Target/ThreadList.cpp
  446   m_threads.clear();
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  385             m_address_ranges.clear();
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  172           m_address_ranges.clear();
tools/lldb/source/Target/ThreadPlanTracer.cpp
  124 void ThreadPlanAssemblyTracer::TracingEnded() { m_register_values.clear(); }
tools/lldb/source/Utility/Args.cpp
  181   m_argv.clear();
  182   m_entries.clear();
  240   m_argv.clear();
  372   m_entries.clear();
  373   m_argv.clear();
tools/lldb/source/Utility/DataBufferHeap.cpp
   59     m_data.clear();
tools/lldb/source/Utility/Reproducer.cpp
  275 void CommandProvider::Discard() { m_data_recorders.clear(); }
tools/lldb/source/Utility/StringList.cpp
   99 void StringList::Clear() { m_strings.clear(); }
tools/lldb/unittests/Core/UniqueCStringMapTest.cpp
   50   Values.clear();
tools/lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
  114   g_foos.clear();
  115   g_bars.clear();
tools/llvm-config/llvm-config.cpp
  645       DyLibComponents.clear();
tools/llvm-elfabi/ErrorCollector.cpp
   37   Errors.clear();
   38   Tags.clear();
tools/llvm-exegesis/lib/Clustering.cpp
   40   Neighbors.clear();
tools/llvm-mc/Disassembler.cpp
  120       ByteArray.first.clear();
  121       ByteArray.second.clear();
  170     ByteArray.first.clear();
  171     ByteArray.second.clear();
tools/llvm-nm/llvm-nm.cpp
  887   SymbolList.clear();
tools/llvm-objcopy/COFF/COFFObjcopy.cpp
  126       Sec.Relocs.clear();
tools/llvm-objcopy/COFF/Object.cpp
  129       Sec.Relocs.clear();
tools/llvm-objcopy/COFF/Object.h
   50     OwnedContents.clear();
   61     OwnedContents.clear();
tools/llvm-profdata/llvm-profdata.cpp
  282   Src->Errors.clear();
tools/llvm-xray/xray-graph.cpp
  303       TempTimings.clear();
tools/polly/lib/Analysis/ScopBuilder.cpp
 1976       Instructions.clear();
tools/polly/lib/Support/ScopHelper.cpp
  680         Subscripts.clear();
  681         Sizes.clear();
  695       Subscripts.clear();
  696       Sizes.clear();
unittests/ADT/DAGDeltaAlgorithmTest.cpp
   64   Deps.clear();
   78   Deps.clear();
unittests/ADT/STLExtrasTest.cpp
   70   IntResults.clear();
  291   Test.clear();
unittests/Analysis/DomTreeUpdaterTest.cpp
  679   Updates.clear();
unittests/Analysis/LazyCallGraphTest.cpp
  272   Nodes.clear();
  286   Nodes.clear();
  300   Nodes.clear();
  332   Nodes.clear();
  348   Nodes.clear();
  364   Nodes.clear();
  382   Nodes.clear();
  486   Nodes.clear();
  496   Nodes.clear();
  506   Nodes.clear();
  516   Nodes.clear();
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
   27     Refs.clear();
   30     Symbols.clear();
unittests/DebugInfo/DWARF/DwarfGenerator.cpp
  196   CustomPrologue.clear();
unittests/LineEditor/LineEditor.cpp
   73   Comps.clear();
unittests/ObjectYAML/YAML2ObjTest.cpp
   71   Errors.clear();
unittests/ProfileData/CoverageMappingTest.cpp
  220         OutputFunctions[I].Filenames.clear();
unittests/Support/BinaryStreamTest.cpp
  115     Streams.clear();
  120     InputData.clear();
  121     OutputData.clear();
unittests/Support/FileCheckTest.cpp
  461   GlobalDefines.clear();
  466   GlobalDefines.clear();
  469   GlobalDefines.clear();
  474   GlobalDefines.clear();
  477   GlobalDefines.clear();
  482   GlobalDefines.clear();
  487   GlobalDefines.clear();
  494   GlobalDefines.clear();
  499   GlobalDefines.clear();
unittests/Support/Path.cpp
  948   VisitedNonBrokenSymlinks.clear();
  951   VisitedBrokenSymlinks.clear();
  966   VisitedNonBrokenSymlinks.clear();
  970   VisitedBrokenSymlinks.clear();
  986   VisitedNonBrokenSymlinks.clear();
  989   VisitedBrokenSymlinks.clear();
unittests/Support/ProgramTest.cpp
  102     EnvTable.clear();
  103     EnvStorage.clear();
unittests/Support/TargetParserTest.cpp
  594     Features.clear();
  602     Features.clear();
usr/include/c++/7.4.0/bits/random.tcc
 2648 	  _M_prob.clear();
 2801 	  _M_den.clear();
 3026 	  _M_den.clear();
usr/include/c++/7.4.0/bits/regex_executor.tcc
  140       _M_states._M_match_queue.clear();
usr/include/c++/7.4.0/bits/stl_vector.h
 1316 	    clear();
usr/include/c++/7.4.0/bits/vector.tcc
  191 		  this->clear();
utils/TableGen/CodeGenDAGPatterns.cpp
 3138     Args.clear();
 4239   PatternsToMatch.clear();
utils/TableGen/CodeGenDAGPatterns.h
  750   void clearPredicateCalls() { PredicateCalls.clear(); }
  951     Trees.clear();
utils/TableGen/CodeGenSchedule.cpp
 1925   ProcResourceDefs.clear();
 1926   ProcResGroups.clear();
utils/TableGen/FixedLenDecoderEmitter.cpp
  686       CurScope.clear();
 1453   Filters.clear();
 1473   Filters.clear();
 2486     TableInfo.Table.clear();
 2487     TableInfo.FixupStack.clear();
 2497     TableInfo.FixupStack.clear();
utils/TableGen/IntrinsicEmitter.cpp
  478     TypeSig.clear();
  527     TypeSig.clear();
utils/TableGen/SubtargetEmitter.cpp
 1040         Writes.clear();
 1041         Reads.clear();
 1182       WriteProcResources.clear();
 1183       WriteLatencies.clear();
 1184       ReadAdvanceEntries.clear();
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp
  113         CurOperandList.clear();
utils/benchmark/src/benchmark.cc
  282     complexity_reports->clear();
  285   if (report_aggregates_only) reports.clear();
utils/benchmark/src/benchmark_register.cc
  105   families_.clear();
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 3422     element_printouts->clear();
utils/unittest/googlemock/src/gmock-spec-builders.cc
  506   expectations_to_delete.clear();
utils/unittest/googletest/src/gtest.cc
 2046   test_part_results_.clear();
 2163   test_part_results_.clear();
 2164   test_properties_.clear();
 5350   g_argvs.clear();