Searched defs:Indent (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h48 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpander.cpp36 OS << "\n" << Indent; local
H A DCodeExpander.h37 StringRef Indent; member in class:llvm::CodeExpander
H A DGIMatchDagPredicate.h66 virtual bool generateCheckCode(raw_ostream &OS, StringRef Indent, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp26 void NativeCompilandSymbol::dump(raw_ostream &OS, int Indent, argument
H A DNativeTypeBuiltin.cpp24 void NativeTypeBuiltin::dump(raw_ostream &OS, int Indent, argument
H A DNativeTypeTypedef.cpp14 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent, argument
H A DNativeTypeVTShape.cpp15 void NativeTypeVTShape::dump(raw_ostream &OS, int Indent, argument
H A DNativeTypeArray.cpp26 void NativeTypeArray::dump(raw_ostream &OS, int Indent, argument
[all...]
H A DNativeSymbolEnumerator.cpp27 void NativeSymbolEnumerator::dump(raw_ostream &OS, int Indent, argument
[all...]
H A DNativeTypePointer.cpp34 void NativeTypePointer::dump(raw_ostream &OS, int Indent, argument
[all...]
H A DNativeTypeUDT.cpp37 void NativeTypeUDT::dump(raw_ostream &OS, int Indent, argument
[all...]
H A DNativeTypeFunctionSig.cpp108 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, argument
[all...]
H A DNativeTypeEnum.cpp128 void NativeTypeEnum::dump(raw_ostream &OS, int Indent, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp94 OS << Indent << " break;\n"; local
101 OS << Indent << " break;\n"; local
111 OS << Indent << "default: break;\n"; local
122 OS << Indent << " break;\\n"; local
125 OS << Indent << "}\\n"; local
131 Emit(unsigned Indent, bool IgnoreDuplicates) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h20 inline raw_ostream &Indent(raw_ostream &Out, const unsigned int Space, function in namespace:clang
H A DPlistSupport.h56 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { function in namespace:clang::markup
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h71 unsigned Indent; member in class:llvm::DiffConsumer
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp134 unsigned Indent = 0; member in class:clang::format::__anon491::LevelIndentTracker
[all...]
H A DContinuationIndenter.h202 ParenState(const FormatToken *Tok, unsigned Indent, unsigned LastSpace, argument
222 unsigned Indent; member in struct:clang::format::ParenState
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp92 EmitAction(Record *Action, unsigned Indent, raw_ostream &O) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp117 void PDBSymbol::defaultDump(raw_ostream &OS, int Indent, argument
185 dumpSymbolIdField(raw_ostream &OS, StringRef Name, SymIndexId Value, int Indent, const IPDBSession &Session, PdbSymbolIdField FieldId, PdbSymbolIdField ShowFlags, PdbSymbolIdField RecurseFlags) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h104 unsigned Indent; member in class:llvm::sampleprof::SampleProfileWriterText
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp53 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream) argument
70 void LinePrinter::Indent(uint32_t Amount) { function in class:LinePrinter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp238 O << Indent; local
257 O << Indent; local

Completed in 294 milliseconds

12