reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Expr.cpp
 1241     SourceLocation StrTokSpellingLoc = SM.getSpellingLoc(StrTokLoc);
 1245         SM.getDecomposedLoc(StrTokSpellingLoc);
 1247     StringRef Buffer = SM.getBufferData(LocInfo.first, &Invalid);
 1259     Lexer TheLexer(SM.getLocForStartOfFile(LocInfo.first), Features,
 1265     StringLiteralParser SLP(TheTok, SM, Features, Target);
 1279       return Lexer::AdvanceToTokenCharacter(StrTokLoc, Offset, SM, Features);