Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h703 enum PositionContext { FieldWidthPos = 0, PrecisionPos = 1 }; enumerator
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DFormatString.cpp134 analyze_format_string::FieldWidthPos); in ParseFieldWidth()