Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5539 enum StringLiteralCheckType { enum
5655 static StringLiteralCheckType
5715 StringLiteralCheckType Left; in checkFormatStringExpr()
5728 StringLiteralCheckType Right = checkFormatStringExpr( in checkFormatStringExpr()
5873 StringLiteralCheckType CommonResult; in checkFormatStringExpr()
5876 StringLiteralCheckType Result = checkFormatStringExpr( in checkFormatStringExpr()
6086 StringLiteralCheckType CT = checkFormatStringExpr( in CheckFormatArguments()