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

References

tools/clang/lib/AST/Expr.cpp
 1236     SourceLocation StrTokLoc = getStrTokenLoc(TokNo);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4948   SanitizerMD->reportGlobalToASan(GV, S->getStrTokenLoc(0), "<string literal>",
tools/clang/lib/Sema/SemaDecl.cpp
 7021         Context, SE->getStrTokenLoc(0), Label, /*IsLiteralLabel=*/true));
 8925                        AsmLabelAttr(Context, SE->getStrTokenLoc(0),
tools/clang/lib/Sema/SemaExprObjC.cpp
  478             if (SL->getStrTokenLoc(i).isMacroID()) {
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  565     Record.AddSourceLocation(E->getStrTokenLoc(I));
tools/clang/tools/extra/clang-tidy/bugprone/SuspiciousMissingCommaCheck.cpp
   40   SourceLocation FirstToken = Lit->getStrTokenLoc(0);
   45     SourceLocation Token = Lit->getStrTokenLoc(TokNum);