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

References

tools/clang/tools/extra/clang-move/Move.h
   44       return std::tie(LHS.QualifiedName, LHS.Kind, LHS.Templated) ==
   45              std::tie(RHS.QualifiedName, RHS.Kind, RHS.Templated);
tools/clang/tools/extra/clang-move/tool/ClangMove.cpp
  142       llvm::outs() << "    \"DeclarationType\": \"" << I->Kind << "\",\n";