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

References

tools/clang/tools/extra/clang-move/tool/ClangMove.cpp
  138     for (auto I = Declarations.begin(), E = Declarations.end(); I != E; ++I) {
  138     for (auto I = Declarations.begin(), E = Declarations.end(); I != E; ++I) {
  140       llvm::outs() << "    \"DeclarationName\": \"" << I->QualifiedName
  142       llvm::outs() << "    \"DeclarationType\": \"" << I->Kind << "\",\n";
  143       llvm::outs() << "    \"Templated\": " << (I->Templated ? "true" : "false")
  147       if (I != std::prev(E))