Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp561 return NoMatchPedantic; in matchesType()
572 return NoMatchPedantic; in matchesType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h286 NoMatchPedantic, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7633 case MK::NoMatchPedantic: in VerifyCompatible()
8316 if (ImplicitMatch == ArgType::NoMatchPedantic || in checkFormatExpr()
8381 Match = ArgType::NoMatchPedantic; in checkFormatExpr()
8408 case ArgType::NoMatchPedantic: in checkFormatExpr()
8481 unsigned Diag = Match == ArgType::NoMatchPedantic in checkFormatExpr()
8521 case ArgType::NoMatchPedantic: in checkFormatExpr()
8732 bool Pedantic = Match == analyze_format_string::ArgType::NoMatchPedantic; in HandleScanfSpecifier()