ΒΆbool parseFormatStringHasFormattingSpecifiers(
    const char* Begin,
    const char* End,
    const clang::LangOptions& LO,
    const clang::TargetInfo& Target)

Description

Return true if the given string has at least one formatting specifier.

Declared at: clang/include/clang/AST/FormatString.h:767

Parameters

const char* Begin
const char* End
const clang::LangOptions& LO
const clang::TargetInfo& Target