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 111 const ObjCStringLiteral *SL = cast<ObjCStringLiteral>(S);
MemRegion.cpp 271 const ObjCStringLiteral* Str,
682 MemRegionManager::getObjCStringRegion(const ObjCStringLiteral* Str){
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 761 /// The region associated with an ObjCStringLiteral.
764 const ObjCStringLiteral* Str;
767 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg)
771 const ObjCStringLiteral* Str,
776 const ObjCStringLiteral* getObjCStringLiteral() const { return Str; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 52 class ObjCStringLiteral;
CGExprConstant.cpp     [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 506 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)
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 993 void StmtProfiler::VisitObjCStringLiteral(const ObjCStringLiteral *S) {
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 824 void ASTStmtReader::VisitObjCStringLiteral(ObjCStringLiteral *E) {
    [all...]
ASTWriterStmt.cpp 783 void ASTStmtWriter::VisitObjCStringLiteral(ObjCStringLiteral *E) {
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 456 isa<ObjCStringLiteral>(Exp)) {
    [all...]

Completed in 266 milliseconds