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

  /external/clang/tools/libclang/
IndexBody.cpp 112 bool VisitObjCArrayLiteral(ObjCArrayLiteral *E) {
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 131 /// ObjCArrayLiteral - used for objective-c array containers; as in:
133 class ObjCArrayLiteral : public Expr {
138 ObjCArrayLiteral(ArrayRef<Expr *> Elements,
142 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements)
146 static ObjCArrayLiteral *Create(ASTContext &C,
151 static ObjCArrayLiteral *CreateEmpty(ASTContext &C, unsigned NumElements);
    [all...]
RecursiveASTVisitor.h     [all...]
Stmt.h 150 friend class ObjCArrayLiteral; // ctor
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
StmtProfile.cpp 1001 void StmtProfiler::VisitObjCArrayLiteral(const ObjCArrayLiteral *E) {
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 75 (isa<ObjCArrayLiteral>(Arg) &&
481 } else if (const ObjCArrayLiteral *ArrLit = dyn_cast<ObjCArrayLiteral>(E)) {
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 92 const ObjCArrayLiteral *ALE = dyn_cast<ObjCArrayLiteral>(E);
179 llvm::Value *CodeGenFunction::EmitObjCArrayLiteral(const ObjCArrayLiteral *E) {
    [all...]
CodeGenFunction.h     [all...]
CGExprScalar.cpp 512 Value *VisitObjCArrayLiteral(ObjCArrayLiteral *E) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 838 void ASTStmtReader::VisitObjCArrayLiteral(ObjCArrayLiteral *E) {
    [all...]
ASTWriterStmt.cpp 798 void ASTStmtWriter::VisitObjCArrayLiteral(ObjCArrayLiteral *E) {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 351 Stmt *RewriteObjCArrayLiteralExpr(ObjCArrayLiteral *Exp);
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaExprObjC.cpp 727 ObjCArrayLiteral::Create(Context, Elements, Ty,
    [all...]
TreeTransform.h     [all...]

Completed in 199 milliseconds