Home
last modified time | relevance | path

Searched refs:getCorrectedLengthModifier (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h483 std::optional<LengthModifier> getCorrectedLengthModifier() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp1102 FormatSpecifier::getCorrectedLengthModifier() const { in getCorrectedLengthModifier() function in FormatSpecifier
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6287 std::optional<LengthModifier> FixedLM = FS.getCorrectedLengthModifier(); in HandleInvalidLengthModifier()
6320 std::optional<LengthModifier> FixedLM = FS.getCorrectedLengthModifier(); in HandleNonStandardLengthModifier()