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

  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 98 const ObjCStringLiteral *SL = cast<ObjCStringLiteral>(E);
MemRegion.cpp 266 const ObjCStringLiteral* Str,
642 MemRegionManager::getObjCStringRegion(const ObjCStringLiteral* Str){
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 704 /// The region associated with an ObjCStringLiteral.
707 const ObjCStringLiteral* Str;
710 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg)
714 const ObjCStringLiteral* Str,
719 const ObjCStringLiteral* getObjCStringLiteral() const { return Str; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 53 class ObjCStringLiteral;
CGExprConstant.cpp     [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 498 Value *VisitObjCStringLiteral(const ObjCStringLiteral *E) {
    [all...]
CGObjC.cpp 46 llvm::Value *CodeGenFunction::EmitObjCStringLiteral(const ObjCStringLiteral *E)
    [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)
54 static bool classof(const ObjCStringLiteral *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 55 if ((isa<ObjCStringLiteral>(Arg) &&
  /external/clang/lib/AST/
StmtProfile.cpp 980 void StmtProfiler::VisitObjCStringLiteral(const ObjCStringLiteral *S) {
StmtPrinter.cpp     [all...]
ExprConstant.cpp     [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/Analysis/
ThreadSafety.cpp 174 isa<ObjCStringLiteral>(Exp)) {
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 318 Stmt *RewriteObjCStringLiteral(ObjCStringLiteral *Exp);
    [all...]
RewriteObjC.cpp 304 Stmt *RewriteObjCStringLiteral(ObjCStringLiteral *Exp);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 813 void ASTStmtReader::VisitObjCStringLiteral(ObjCStringLiteral *E) {
    [all...]
ASTWriterStmt.cpp 773 void ASTStmtWriter::VisitObjCStringLiteral(ObjCStringLiteral *E) {
    [all...]

Completed in 78 milliseconds