HomeSort by relevance Sort by last modified time
    Searched refs:format_object_base (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
Format.h 39 /// format_object_base - This is a helper class used for handling formatted
41 class format_object_base { class in namespace:llvm
50 format_object_base(const char *fmt) : Fmt(fmt) {} function in class:llvm::format_object_base
51 virtual ~format_object_base() {}
80 class format_object1 : public format_object_base {
84 : format_object_base(fmt), Val(val) {
97 class format_object2 : public format_object_base {
102 : format_object_base(fmt), Val1(val1), Val2(val2) {
115 class format_object3 : public format_object_base {
121 : format_object_base(fmt), Val1(val1), Val2(val2), Val3(val3)
    [all...]
raw_ostream.h 22 class format_object_base;
205 raw_ostream &operator<<(const format_object_base &Fmt);
  /external/clang/tools/libclang/
CLog.h 22 class format_object_base;
86 Logger &operator<<(const llvm::format_object_base &Fmt);
CIndex.cpp     [all...]
  /external/llvm/lib/Support/
raw_ostream.cpp 350 raw_ostream &raw_ostream::operator<<(const format_object_base &Fmt) {
415 void format_object_base::home() {

Completed in 1073 milliseconds