Home
last modified time | relevance | path

Searched defs:FieldWidth (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/AST/
H A DOSLog.cpp28 std::optional<const Expr *> FieldWidth; global() member
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DFormatStringConverter.cpp296 const OptionalAmount FieldWidth = FS.getFieldWidth(); emitFieldWidth() local
348 const OptionalAmount FieldWidth = FS.getFieldWidth(); maybeRotateArguments() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp432 uint32_t FieldWidth) { in dumpSectionContrib()
452 uint32_t FieldWidth) { in dumpSectionContrib()
746 size_t FieldWidth = std::max(LongestNamespace, LongestTypeLeafKind); in dumpUdtStats() local
/llvm-project/clang/include/clang/AST/
H A DFormatString.h424 OptionalAmount FieldWidth; variable
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp932 const size_t FieldWidth = computeFieldWidth(FS); HandlePrintfSpecifier() local
1067 size_t FieldWidth = 0; computeFieldWidth() local
10255 unsigned FieldWidth = Bitfield->getBitWidthValue(S.Context); AnalyzeBitFieldAssignment() local
[all...]
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5872 const int FieldWidth = ELFT::Is64Bits ? 18 : 10; printCoreNote() local