Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/cert/
H A DStrToNumCheck.cpp78 switch (FS.getLengthModifier().getKind()) { in classifyFormatString()
90 switch (FS.getLengthModifier().getKind()) { in classifyFormatString()
102 switch (FS.getLengthModifier().getKind()) { in classifyFormatString()
/llvm-project/clang/include/clang/AST/
H A DFormatString.h456 const LengthModifier &getLengthModifier() const { in getLengthModifier() function
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6545 const LengthModifier &LM = FS.getLengthModifier();
6578 const LengthModifier &LM = FS.getLengthModifier(); in EmitFormatDiagnostic()
7602 FS.getLengthModifier().getKind() != LengthModifier::AsChar) in checkFormatExpr()