Home
last modified time | relevance | path

Searched refs:ObjCArrayLiteral (Results 1 – 25 of 25) sorted by relevance

/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
39 ObjCArrayLiteral *ObjCArrayLiteral::Create(const ASTContext &C, in Create()
44 return new (Mem) ObjCArrayLiteral(Elements, T, Method, SR); in Create()
47 ObjCArrayLiteral *ObjCArrayLiteral::CreateEmpty(const ASTContext &C, in CreateEmpty()
50 return new (Mem) ObjCArrayLiteral(EmptyShell(), NumElements); in CreateEmpty()
H A DComputeDependence.cpp814 ExprDependence clang::computeDependence(ObjCArrayLiteral *E) { in computeDependence()
H A DStmtPrinter.cpp2393 void StmtPrinter::VisitObjCArrayLiteral(ObjCArrayLiteral *E) { in VisitObjCArrayLiteral()
2395 ObjCArrayLiteral::child_range Ch = E->children(); in VisitObjCArrayLiteral()
H A DStmtProfile.cpp2151 void StmtProfiler::VisitObjCArrayLiteral(const ObjCArrayLiteral *E) { in VisitObjCArrayLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h190 class ObjCArrayLiteral final
192 private llvm::TrailingObjects<ObjCArrayLiteral, Expr *> {
197 ObjCArrayLiteral(ArrayRef<Expr *> Elements,
201 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() function
208 static ObjCArrayLiteral *Create(const ASTContext &C,
213 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C,
252 auto Children = const_cast<ObjCArrayLiteral *>(this)->children(); in children()
H A DComputeDependence.h94 class ObjCArrayLiteral; variable
184 ExprDependence computeDependence(ObjCArrayLiteral *E);
H A DStmt.h300 friend class ObjCArrayLiteral; // ctor variable
H A DRecursiveASTVisitor.h2789 DEF_TRAVERSE_STMT(ObjCArrayLiteral, {})
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp98 check::PostStmt<ObjCArrayLiteral> > {
132 void checkPostStmt(const ObjCArrayLiteral *AL,
319 void NilArgChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt()
1142 check::PostStmt<ObjCArrayLiteral>,
1160 void checkPostStmt(const ObjCArrayLiteral *E, CheckerContext &C) const { in checkPostStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h245 check::PostStmt<ObjCArrayLiteral>,
298 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
H A DRetainCountDiagnostics.cpp515 if (isa<ObjCArrayLiteral>(S)) { in VisitNode()
H A DRetainCountChecker.cpp259 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp74 (isa<ObjCArrayLiteral>(Arg) && in rewriteObjCRedundantCallWithLiteral()
480 } else if (const ObjCArrayLiteral *ArrLit = dyn_cast<ObjCArrayLiteral>(E)) { in getNSArrayObjects()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp349 bool VisitObjCArrayLiteral(ObjCArrayLiteral *E) { in VisitObjCArrayLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td176 def ObjCArrayLiteral : StmtNode<Expr>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp124 const ObjCArrayLiteral *ALE = dyn_cast<ObjCArrayLiteral>(E); in EmitObjCCollectionLiteral()
243 llvm::Value *CodeGenFunction::EmitObjCArrayLiteral(const ObjCArrayLiteral *E) { in EmitObjCArrayLiteral()
H A DCodeGenFunction.h4200 llvm::Value *EmitObjCArrayLiteral(const ObjCArrayLiteral *E);
H A DCGExprScalar.cpp858 Value *VisitObjCArrayLiteral(ObjCArrayLiteral *E) { in VisitObjCArrayLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp356 Stmt *RewriteObjCArrayLiteralExpr(ObjCArrayLiteral *Exp);
2702 Stmt *RewriteModernObjC::RewriteObjCArrayLiteralExpr(ObjCArrayLiteral *Exp) { in RewriteObjCArrayLiteralExpr()
5523 if (ObjCArrayLiteral *ArrayLitExpr = dyn_cast<ObjCArrayLiteral>(S)) in RewriteFunctionBodyOrGlobalInitializer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1416 void ASTStmtReader::VisitObjCArrayLiteral(ObjCArrayLiteral *E) { in VisitObjCArrayLiteral()
3035 S = ObjCArrayLiteral::CreateEmpty(Context, in ReadStmtFromStream()
H A DASTWriterStmt.cpp1286 void ASTStmtWriter::VisitObjCArrayLiteral(ObjCArrayLiteral *E) { in VisitObjCArrayLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp12070 ObjCArrayLiteral *ArrayLiteral);
12101 if (auto ArrayLiteral = dyn_cast<ObjCArrayLiteral>(Element)) in checkObjCCollectionLiteralElement()
12110 ObjCArrayLiteral *ArrayLiteral) { in checkObjCArrayLiteral()
12270 if (isa<ObjCStringLiteral>(E) || isa<ObjCArrayLiteral>(E) || in CheckImplicitConversion()
12303 if (auto *ArrayLiteral = dyn_cast<ObjCArrayLiteral>(E)) in CheckImplicitConversion()
H A DSemaExprCXX.cpp6905 } else if (ObjCArrayLiteral *ArrayLit = dyn_cast<ObjCArrayLiteral>(E)) { in MaybeBindToTemporary()
H A DSemaExprObjC.cpp893 ObjCArrayLiteral::Create(Context, Elements, Ty, in BuildObjCArrayLiteral()
H A DTreeTransform.h13565 TreeTransform<Derived>::TransformObjCArrayLiteral(ObjCArrayLiteral *E) { in TransformObjCArrayLiteral()