Home
last modified time | relevance | path

Searched refs:ObjCDictionaryLiteral (Results 1 – 20 of 20) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExprObjC.h224 class ObjCDictionaryLiteral : public Expr {
260 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
265 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
293 static ObjCDictionaryLiteral *Create(const ASTContext &C,
299 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2322 DEF_TRAVERSE_STMT(ObjCDictionaryLiteral, { })
DStmt.h155 friend class ObjCDictionaryLiteral; // ctor variable
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp95 check::PostStmt<ObjCDictionaryLiteral>,
116 void checkPostStmt(const ObjCDictionaryLiteral *DL,
296 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
DRetainCountChecker.cpp1799 else if (isa<ObjCDictionaryLiteral>(S)) { in VisitNode()
2329 check::PostStmt<ObjCDictionaryLiteral>,
2474 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
2673 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DExpr.cpp4045 ObjCDictionaryLiteral::ObjCDictionaryLiteral( in ObjCDictionaryLiteral() function in ObjCDictionaryLiteral
4081 ObjCDictionaryLiteral *
4082 ObjCDictionaryLiteral::Create(const ASTContext &C, in Create()
4091 void *Mem = C.Allocate(sizeof(ObjCDictionaryLiteral) + in Create()
4093 return new (Mem) ObjCDictionaryLiteral(VK, HasPackExpansions, T, method, SR); in Create()
4096 ObjCDictionaryLiteral *
4097 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty()
4102 void *Mem = C.Allocate(sizeof(ObjCDictionaryLiteral) + in CreateEmpty()
4104 return new (Mem) ObjCDictionaryLiteral(EmptyShell(), NumElements, in CreateEmpty()
DStmtProfile.cpp1086 void StmtProfiler::VisitObjCDictionaryLiteral(const ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
DStmtPrinter.cpp1863 void StmtPrinter::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DStmtNodes.td145 def ObjCDictionaryLiteral : DStmt<Expr>;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderStmt.cpp943 void ASTStmtReader::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
949 ObjCDictionaryLiteral::KeyValuePair *KeyValues = E->getKeyValues(); in VisitObjCDictionaryLiteral()
950 ObjCDictionaryLiteral::ExpansionData *Expansions = E->getExpansionData(); in VisitObjCDictionaryLiteral()
2151 S = ObjCDictionaryLiteral::CreateEmpty(Context, in ReadStmtFromStream()
DASTWriterStmt.cpp886 void ASTStmtWriter::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateVariadic.cpp93 bool TraverseObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in TraverseObjCDictionaryLiteral()
DSemaExprCXX.cpp4933 } else if (ObjCDictionaryLiteral *DictLit in MaybeBindToTemporary()
4934 = dyn_cast<ObjCDictionaryLiteral>(E)) { in MaybeBindToTemporary()
DSemaExprObjC.cpp927 return MaybeBindToTemporary(ObjCDictionaryLiteral::Create( in BuildObjCDictionaryLiteral()
DTreeTransform.h8942 ObjCDictionaryLiteral *E) { in TransformObjCDictionaryLiteral()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjC.cpp93 const ObjCDictionaryLiteral *DLE = 0; in EmitObjCCollectionLiteral()
96 DLE = cast<ObjCDictionaryLiteral>(E); in EmitObjCCollectionLiteral()
213 const ObjCDictionaryLiteral *E) { in EmitObjCDictionaryLiteral()
DCodeGenFunction.h2180 llvm::Value *EmitObjCDictionaryLiteral(const ObjCDictionaryLiteral *E);
DCGExprScalar.cpp522 Value *VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp80 (isa<ObjCDictionaryLiteral>(Arg) && in rewriteObjCRedundantCallWithLiteral()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp366 Stmt *RewriteObjCDictionaryLiteralExpr(ObjCDictionaryLiteral *Exp);
2909 Stmt *RewriteModernObjC::RewriteObjCDictionaryLiteralExpr(ObjCDictionaryLiteral *Exp) { in RewriteObjCDictionaryLiteralExpr()
5734 if (ObjCDictionaryLiteral *DictionaryLitExpr = in RewriteFunctionBodyOrGlobalInitializer()
5735 dyn_cast<ObjCDictionaryLiteral>(S)) in RewriteFunctionBodyOrGlobalInitializer()