HomeSort by relevance Sort by last modified time
    Searched refs:ObjCStringLiteral (Results 1 - 23 of 23) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 776 /// The region associated with an ObjCStringLiteral.
779 const ObjCStringLiteral* Str;
782 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg)
786 const ObjCStringLiteral* Str,
791 const ObjCStringLiteral* getObjCStringLiteral() const { return Str; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 52 class ObjCStringLiteral;
CGExprConstant.cpp 902 ObjCStringLiteral* SL = cast<ObjCStringLiteral>(E);
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 513 Value *VisitObjCStringLiteral(const ObjCStringLiteral *E) {
    [all...]