Home
last modified time | relevance | path

Searched defs:IndentLevel (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp24 uint32_t IndentLevel, uint32_t GroupSize, in typesetItemList()
41 std::string llvm::pdb::typesetStringList(uint32_t IndentLevel, in typesetStringList()
143 std::string llvm::pdb::formatSectionCharacteristics(uint32_t IndentLevel, in formatSectionCharacteristics()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp31 static std::string formatLocalSymFlags(uint32_t IndentLevel, in formatLocalSymFlags()
51 static std::string formatExportFlags(uint32_t IndentLevel, ExportFlags Flags) { in formatExportFlags()
66 static std::string formatCompileSym2Flags(uint32_t IndentLevel, in formatCompileSym2Flags()
85 static std::string formatCompileSym3Flags(uint32_t IndentLevel, in formatCompileSym3Flags()
108 static std::string formatFrameProcedureOptions(uint32_t IndentLevel, in formatFrameProcedureOptions()
141 static std::string formatPublicSymFlags(uint32_t IndentLevel, in formatPublicSymFlags()
154 static std::string formatProcSymFlags(uint32_t IndentLevel, in formatProcSymFlags()
352 static std::string formatGaps(uint32_t IndentLevel, in formatGaps()
H A DBytesOutputStyle.cpp325 uint32_t Digits, uint32_t IndentLevel, in iterateOneModule()
354 static void iterateModules(PDBFile &File, LinePrinter &P, uint32_t IndentLevel, in iterateModules()
H A DMinimalTypeDumper.cpp35 static std::string formatClassOptions(uint32_t IndentLevel, in formatClassOptions()
H A DDumpOutputStyle.cpp1746 static std::string formatSegMapDescriptorFlag(uint32_t IndentLevel, in formatSegMapDescriptorFlag()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.h31 unsigned IndentLevel; variable
H A DPredicateExpander.cpp470 unsigned IndentLevel = getIndentLevel(); in expandPrologue() local
534 unsigned IndentLevel = getIndentLevel(); in expandBody() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h386 unsigned IndentLevel) const override { in printImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h124 uint32_t IndentLevel; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h333 unsigned IndentLevel) const { in printImpl()
338 void printIndent(raw_ostream &OS, unsigned IndentLevel) const { in printIndent()
H A DScopedPrinter.h530 int IndentLevel = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp734 Error BitcodeAnalyzer::parseBlock(unsigned BlockID, unsigned IndentLevel, in parseBlock()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3568 CharUnits Offset, unsigned IndentLevel) { in PrintOffset()
3575 unsigned IndentLevel) { in PrintBitFieldOffset()
3591 static void PrintIndentNoOffset(raw_ostream &OS, unsigned IndentLevel) { in PrintIndentNoOffset()
3599 unsigned IndentLevel, in DumpRecordLayout()
H A DStmtPrinter.cpp70 unsigned IndentLevel; member in __anonbfa34a850111::StmtPrinter
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp493 unsigned IndentLevel = InputIndentLevel; in printCoverage() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1695 unsigned IndentLevel, unsigned Spaces, in appendIndentText()
H A DTokenAnnotator.cpp3648 unsigned IndentLevel = Line.Level; in calculateFormattingInformation() local
H A DFormatToken.h502 unsigned IndentLevel = 0; member