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

Definitions

include/llvm/ADT/Hashing.h
  600 template <typename ...Ts> hash_code hash_combine(const Ts &...args) {
include/llvm/ADT/SmallVector.h
  302   void push_back(const T &Elt) {
include/llvm/Support/raw_ostream.h
  194   raw_ostream &operator<<(const char *Str) {
tools/clang/include/clang/Basic/Diagnostic.h
 1218 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3563   hash_code code = hash_value(getClangFullRepositoryVersion());