HomeSort by relevance Sort by last modified time
    Searched refs:ObjCStringLiteral (Results 1 - 22 of 22) 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 917 ObjCStringLiteral* SL = cast<ObjCStringLiteral>(E);
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 510 Value *VisitObjCStringLiteral(const ObjCStringLiteral *E) {
    [all...]
CGObjC.cpp 47 llvm::Value *CodeGenFunction::EmitObjCStringLiteral(const ObjCStringLiteral *E)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 241 const ObjCStringLiteral *SL = cast<ObjCStringLiteral>(E);
MemRegion.cpp 271 const ObjCStringLiteral* Str,
719 MemRegionManager::getObjCStringRegion(const ObjCStringLiteral* Str){
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 27 /// ObjCStringLiteral, used for Objective-C string literals
29 class ObjCStringLiteral : public Expr {
33 ObjCStringLiteral(StringLiteral *SL, QualType T, SourceLocation L)
37 explicit ObjCStringLiteral(EmptyShell Empty)
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 1054 void StmtProfiler::VisitObjCStringLiteral(const ObjCStringLiteral *S) {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 70 if ((isa<ObjCStringLiteral>(Arg) &&
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExprObjC.cpp 42 // StringLiteral for ObjCStringLiteral to hold onto.
140 return new (Context) ObjCStringLiteral(S, Ty, AtLoc);
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 306 Stmt *RewriteObjCStringLiteral(ObjCStringLiteral *Exp);
    [all...]
RewriteModernObjC.cpp 348 Stmt *RewriteObjCStringLiteral(ObjCStringLiteral *Exp);
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 910 void ASTStmtReader::VisitObjCStringLiteral(ObjCStringLiteral *E) {
    [all...]
ASTWriterStmt.cpp 851 void ASTStmtWriter::VisitObjCStringLiteral(ObjCStringLiteral *E) {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 456 isa<ObjCStringLiteral>(Exp)) {
    [all...]

Completed in 756 milliseconds