Lines Matching defs:SL
100 void checkPostStmt(const ObjCStringLiteral *SL, CheckerContext &C) const;
989 void NonLocalizedStringChecker::checkPostStmt(const ObjCStringLiteral *SL,
991 SVal sv = C.getSVal(SL);
1123 // source, so SL should point to the NSLocalizedString macro.
1124 SourceLocation SL =
1127 Mgr.getSourceManager().getDecomposedLoc(SL);
1134 SL = SE.getExpansion().getSpellingLoc();
1135 SLInfo = Mgr.getSourceManager().getDecomposedLoc(SL);
1140 Mgr.getSourceManager().getBufferOrNone(SLInfo.first, SL);
1144 Lexer TheLexer(SL, LangOpts, BF->getBufferStart(),