Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp1068 const StringLiteral *StrE = NULL; in SemaCheckStringLiteral() local
1071 StrE = ObjCFExpr->getString(); in SemaCheckStringLiteral()
1073 StrE = cast<StringLiteral>(E); in SemaCheckStringLiteral()
1075 if (StrE) { in SemaCheckStringLiteral()
1076 CheckFormatString(StrE, E, TheCall, HasVAListArg, format_idx, in SemaCheckStringLiteral()