Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h461 bool hasStandardConversionSpecifier(const LangOptions &LangOpt) const;
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp903 bool FormatSpecifier::hasStandardConversionSpecifier( in hasStandardConversionSpecifier() function in FormatSpecifier
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8631 if (!FS.hasStandardConversionSpecifier(S.getLangOpts())) in HandlePrintfSpecifier()
9177 if (!FS.hasStandardConversionSpecifier(S.getLangOpts())) in HandleScanfSpecifier()