Home
last modified time | relevance | path

Searched defs:Columns (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h68 FixedStreamArray<ColumnNumberEntry> Columns; member
113 std::vector<ColumnNumberEntry> Columns; member
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp230 int Columns = 0; genColumnByteMapping() local
316 selectInterestingSourceRegion(std::string & SourceLine,std::string & CaretLine,std::string & FixItInsertionLine,unsigned Columns,const SourceColumnMap & map) selectInterestingSourceRegion() argument
536 findEndOfWord(unsigned Start,StringRef Str,unsigned Length,unsigned Column,unsigned Columns) findEndOfWord() argument
599 printWordWrapped(raw_ostream & OS,StringRef Str,unsigned Columns,unsigned Column,bool Bold) printWordWrapped() argument
711 printDiagnosticMessage(raw_ostream & OS,bool IsSupplemental,StringRef Message,unsigned CurrentColumn,unsigned Columns,bool ShowColors) printDiagnosticMessage() argument
1235 unsigned Columns = DiagOpts->MessageLength; emitSnippetAndCaret() local
[all...]
H A DDependencyFile.cpp342 unsigned Columns = 0; outputDependencyFile() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp284 for (unsigned Columns = 1; Columns <= MaxItems; ++Columns) { precomputeFormattingInfos() local
[all...]
H A DFormatToken.h949 unsigned Columns; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h77 std::vector<SourceColumnEntry> Columns; member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp314 SmallVector<std::string, 8> Columns; emitTableRow() local
400 SmallVector<std::string, 4> Columns; emitColumnLabelsForIndex() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp475 const std::size_t Columns = in nearestMatchesForCodepointName() local
/freebsd-src/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp476 unsigned Columns = 0; writeIndex() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4173 llvm::APSInt Columns(BitWidth); mangleType() local
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp8584 class Columns { class