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

Derived Classes

include/llvm/Support/Format.h
   90 class format_object final : public format_object_base {

Declarations

include/llvm/Support/raw_ostream.h
   28 class format_object_base;
tools/clang/tools/libclang/CLog.h
   22 class format_object_base;

References

include/llvm/Support/Format.h
   42   format_object_base(const format_object_base &) = default;
   90 class format_object final : public format_object_base {
include/llvm/Support/raw_ostream.h
  244   raw_ostream &operator<<(const format_object_base &Fmt);
lib/Support/raw_ostream.cpp
  305 raw_ostream &raw_ostream::operator<<(const format_object_base &Fmt) {
tools/clang/tools/libclang/CIndex.cpp
 8967 Logger &cxindex::Logger::operator<<(const llvm::format_object_base &Fmt) {
tools/clang/tools/libclang/CLog.h
   86   Logger &operator<<(const llvm::format_object_base &Fmt);