Searched refs:OSL (Results 1 – 3 of 3) sorted by relevance
2565 if (ObjCStringLiteral *OSL = in DiagnoseCStringFormatDirectiveInObjCAPI() local2567 StringLiteral *FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInObjCAPI()
5509 if (const ObjCStringLiteral *OSL = in DiagnoseCStringFormatDirectiveInCFAPI() local5511 FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInCFAPI()
4911 if (const ObjCStringLiteral *OSL = dyn_cast<ObjCStringLiteral>(E)) { in clang_getCursorSpelling() local4912 SLit = OSL->getString(); in clang_getCursorSpelling()