Searched refs:format_object_base (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFormat.h41 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() {}
82 class format_object1 : public format_object_base {
86 : format_object_base(fmt), Val(val) {
95 class format_object2 : public format_object_base {
100 : format_object_base(fmt), Val1(val1), Val2(val2) {
109 class format_object3 : public format_object_base {
115 : format_object_base(fmt), Val1(val1), Val2(val2), Val3(val3) {
124 class format_object4 : public format_object_base {
[all...]
H A Draw_ostream.h22 class format_object_base;
211 raw_ostream &operator<<(const format_object_base &Fmt);
/external/clang/tools/libclang/
H A DCLog.h23 class format_object_base;
87 Logger &operator<<(const llvm::format_object_base &Fmt);
H A DCIndex.cpp7017 Logger &cxindex::Logger::operator<<(const llvm::format_object_base &Fmt) {
/external/llvm/lib/Support/
H A Draw_ostream.cpp357 raw_ostream &raw_ostream::operator<<(const format_object_base &Fmt) {
422 void format_object_base::home() {

Completed in 364 milliseconds