Home
last modified time | relevance | path

Searched refs:AuthoritativeFormatString (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8916 FormatStringType Type, const StringLiteral *AuthoritativeFormatString, in CheckFormatStringsCompatible() argument
8928 FormatStringLiteral RefLit = AuthoritativeFormatString; in CheckFormatStringsCompatible()
8940 AuthoritativeFormatString, Type, in CheckFormatStringsCompatible()
8944 return CompareFormatSpecifiers(*this, AuthoritativeFormatString, RefArgs, in CheckFormatStringsCompatible()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2785 const StringLiteral *AuthoritativeFormatString,