Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp2565 if (ObjCStringLiteral *OSL = in DiagnoseCStringFormatDirectiveInObjCAPI() local
2567 StringLiteral *FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInObjCAPI()
H A DSemaChecking.cpp5509 if (const ObjCStringLiteral *OSL = in DiagnoseCStringFormatDirectiveInCFAPI() local
5511 FormatString = OSL->getString(); in DiagnoseCStringFormatDirectiveInCFAPI()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp4911 if (const ObjCStringLiteral *OSL = dyn_cast<ObjCStringLiteral>(E)) { in clang_getCursorSpelling() local
4912 SLit = OSL->getString(); in clang_getCursorSpelling()