Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp8367 enum StringLiteralCheckType { enum
8480 static StringLiteralCheckType
8531 StringLiteralCheckType Left; in checkFormatStringExpr()
8544 StringLiteralCheckType Right = checkFormatStringExpr( in checkFormatStringExpr()
8689 StringLiteralCheckType CommonResult; in checkFormatStringExpr()
8692 StringLiteralCheckType Result = checkFormatStringExpr( in checkFormatStringExpr()
8885 StringLiteralCheckType CT = checkFormatStringExpr( in CheckFormatArguments()