Home
last modified time | relevance | path

Searched defs:ObjCArrayLiteral (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h94 class ObjCArrayLiteral; variable
H A DExprObjC.h201 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() function
H A DStmt.h300 friend class ObjCArrayLiteral; // ctor variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprObjC.cpp28 ObjCArrayLiteral::ObjCArrayLiteral(ArrayRef<Expr *> Elements, QualType T, in ObjCArrayLiteral() function in ObjCArrayLiteral