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

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
 1933   return emitConstantObjCStringLiteral(E->getString(), E->getType(), CGM);
tools/clang/lib/CodeGen/CGObjC.cpp
   48       CGM.getObjCRuntime().GenerateConstantString(E->getString()).getPointer();
tools/clang/lib/Sema/SemaChecking.cpp
 4183     FormatString = OSL->getString();
 7027       StrE = ObjCFExpr->getString();
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  868         SR->getObjCStringLiteral()->getString()->getString();
tools/clang/tools/libclang/CIndex.cpp
 3851         StrE = ObjCExpr->getString();
 3872       StrE = ObjCExpr->getString();
 4580         SLit = OSL->getString();