Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/AST/
DExprObjC.cpp53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral() function in ObjCDictionaryLiteral
77 ObjCDictionaryLiteral *
78 ObjCDictionaryLiteral::Create(const ASTContext &C, in Create()
84 return new (Mem) ObjCDictionaryLiteral(VK, HasPackExpansions, T, method, SR); in Create()
87 ObjCDictionaryLiteral *
88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty()
93 ObjCDictionaryLiteral(EmptyShell(), NumElements, HasPackExpansions); in CreateEmpty()
DComputeDependence.cpp778 ExprDependence clang::computeDependence(ObjCDictionaryLiteral *E) { in computeDependence()
/external/clang/lib/AST/
DExprObjC.cpp53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, in ObjCDictionaryLiteral() function in ObjCDictionaryLiteral
88 ObjCDictionaryLiteral *
89 ObjCDictionaryLiteral::Create(const ASTContext &C, in Create()
95 return new (Mem) ObjCDictionaryLiteral(VK, HasPackExpansions, T, method, SR); in Create()
98 ObjCDictionaryLiteral *
99 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, in CreateEmpty()
104 ObjCDictionaryLiteral(EmptyShell(), NumElements, HasPackExpansions); in CreateEmpty()
DStmtProfile.cpp1562 void StmtProfiler::VisitObjCDictionaryLiteral(const ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
/external/llvm-project/clang/include/clang/AST/
DComputeDependence.h95 class ObjCDictionaryLiteral; variable
185 ExprDependence computeDependence(ObjCDictionaryLiteral *E);
DExprObjC.h306 class ObjCDictionaryLiteral final
308 private llvm::TrailingObjects<ObjCDictionaryLiteral,
329 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral() function
348 static ObjCDictionaryLiteral *Create(const ASTContext &C,
354 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
397 auto Children = const_cast<ObjCDictionaryLiteral *>(this)->children(); in children()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.h246 check::PostStmt<ObjCDictionaryLiteral>,
299 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
DRetainCountDiagnostics.cpp511 } else if (isa<ObjCDictionaryLiteral>(S)) { in VisitNode()
DRetainCountChecker.cpp265 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
/external/clang/include/clang/AST/
DExprObjC.h257 class ObjCDictionaryLiteral final
259 private llvm::TrailingObjects<ObjCDictionaryLiteral,
284 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
289 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
295 static ObjCDictionaryLiteral *Create(const ASTContext &C,
301 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp97 check::PostStmt<ObjCDictionaryLiteral>,
130 void checkPostStmt(const ObjCDictionaryLiteral *DL,
327 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
1143 check::PostStmt<ObjCDictionaryLiteral>,
1163 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { in checkPostStmt()
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp97 check::PostStmt<ObjCDictionaryLiteral>,
130 void checkPostStmt(const ObjCDictionaryLiteral *DL,
328 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
1173 check::PostStmt<ObjCDictionaryLiteral>,
1193 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const { in checkPostStmt()
DRetainCountChecker.cpp1928 else if (isa<ObjCDictionaryLiteral>(S)) { in VisitNode()
2470 check::PostStmt<ObjCDictionaryLiteral>,
2617 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
2815 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
/external/clang/lib/Index/
DIndexBody.cpp232 bool VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
/external/clang/include/clang/Basic/
DStmtNodes.td157 def ObjCDictionaryLiteral : DStmt<Expr>;
/external/llvm-project/clang/lib/Index/
DIndexBody.cpp342 bool VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td177 def ObjCDictionaryLiteral : StmtNode<Expr>;
/external/clang/lib/Serialization/
DASTReaderStmt.cpp987 void ASTStmtReader::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
993 ObjCDictionaryLiteral::KeyValuePair *KeyValues = in VisitObjCDictionaryLiteral()
994 E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>(); in VisitObjCDictionaryLiteral()
995 ObjCDictionaryLiteral::ExpansionData *Expansions = in VisitObjCDictionaryLiteral()
996 E->getTrailingObjects<ObjCDictionaryLiteral::ExpansionData>(); in VisitObjCDictionaryLiteral()
3160 S = ObjCDictionaryLiteral::CreateEmpty(Context, in ReadStmtFromStream()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp93 bool TraverseObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in TraverseObjCDictionaryLiteral()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1426 void ASTStmtReader::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
1433 E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>(); in VisitObjCDictionaryLiteral()
1435 E->getTrailingObjects<ObjCDictionaryLiteral::ExpansionData>(); in VisitObjCDictionaryLiteral()
3009 S = ObjCDictionaryLiteral::CreateEmpty(Context, in ReadStmtFromStream()
/external/clang/lib/CodeGen/
DCGObjC.cpp116 const ObjCDictionaryLiteral *DLE = nullptr; in EmitObjCCollectionLiteral()
119 DLE = cast<ObjCDictionaryLiteral>(E); in EmitObjCCollectionLiteral()
230 const ObjCDictionaryLiteral *E) { in EmitObjCDictionaryLiteral()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp113 bool TraverseObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in TraverseObjCDictionaryLiteral()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp80 (isa<ObjCDictionaryLiteral>(Arg) && in rewriteObjCRedundantCallWithLiteral()
/external/llvm-project/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp79 (isa<ObjCDictionaryLiteral>(Arg) && in rewriteObjCRedundantCallWithLiteral()
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp122 const ObjCDictionaryLiteral *DLE = nullptr; in EmitObjCCollectionLiteral()
125 DLE = cast<ObjCDictionaryLiteral>(E); in EmitObjCCollectionLiteral()
247 const ObjCDictionaryLiteral *E) { in EmitObjCDictionaryLiteral()

12