Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7150 enum StringLiteralCheckType { enum
7267 static StringLiteralCheckType
7319 StringLiteralCheckType Left; in checkFormatStringExpr()
7333 StringLiteralCheckType Right = checkFormatStringExpr( in checkFormatStringExpr()
7435 StringLiteralCheckType CommonResult; in checkFormatStringExpr()
7438 StringLiteralCheckType Result = checkFormatStringExpr( in checkFormatStringExpr()
7633 StringLiteralCheckType CT = in CheckFormatArguments()