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

References

lib/IR/LLVMContextImpl.cpp
  110     delete &*Elem;
  118     delete &*Elem;
  125     delete &*Elem;
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  695     LocationContext *LC = &*I;
tools/clang/lib/Analysis/PathDiagnostic.cpp
  136   for (auto &Diag : Diags)
  395   for (const auto &D : Diags)
  421   for (PDFileEntry &Entry : Set)
tools/clang/lib/CodeGen/CodeGenTypes.cpp
   43     delete &*I++;
tools/clang/lib/Lex/Preprocessor.cpp
  314   for (const ModuleMacro &Macro : ModuleMacros)
tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
   82   for (const auto &I : APSIntSet)
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 3011     for (const auto &EQ : EQClasses) {