Home
last modified time | relevance | path

Searched refs:FieldWidthPos (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h714 enum PositionContext { FieldWidthPos = 0, PrecisionPos = 1 }; enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp134 analyze_format_string::FieldWidthPos); in ParseFieldWidth()