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

  /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...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 75 milliseconds