/external/llvm-project/clang/lib/AST/ |
D | ExprObjC.cpp | 53 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()
|
D | ComputeDependence.cpp | 778 ExprDependence clang::computeDependence(ObjCDictionaryLiteral *E) { in computeDependence()
|
/external/clang/lib/AST/ |
D | ExprObjC.cpp | 53 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()
|
D | StmtProfile.cpp | 1562 void StmtProfiler::VisitObjCDictionaryLiteral(const ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ComputeDependence.h | 95 class ObjCDictionaryLiteral; variable 185 ExprDependence computeDependence(ObjCDictionaryLiteral *E);
|
D | ExprObjC.h | 306 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/ |
D | RetainCountChecker.h | 246 check::PostStmt<ObjCDictionaryLiteral>, 299 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
|
D | RetainCountDiagnostics.cpp | 511 } else if (isa<ObjCDictionaryLiteral>(S)) { in VisitNode()
|
D | RetainCountChecker.cpp | 265 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 257 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/ |
D | BasicObjCFoundationChecks.cpp | 97 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/ |
D | BasicObjCFoundationChecks.cpp | 97 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()
|
D | RetainCountChecker.cpp | 1928 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/ |
D | IndexBody.cpp | 232 bool VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 157 def ObjCDictionaryLiteral : DStmt<Expr>;
|
/external/llvm-project/clang/lib/Index/ |
D | IndexBody.cpp | 342 bool VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in VisitObjCDictionaryLiteral()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 177 def ObjCDictionaryLiteral : StmtNode<Expr>;
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 987 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/ |
D | SemaTemplateVariadic.cpp | 93 bool TraverseObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in TraverseObjCDictionaryLiteral()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1426 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/ |
D | CGObjC.cpp | 116 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/ |
D | SemaTemplateVariadic.cpp | 113 bool TraverseObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { in TraverseObjCDictionaryLiteral()
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 80 (isa<ObjCDictionaryLiteral>(Arg) && in rewriteObjCRedundantCallWithLiteral()
|
/external/llvm-project/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 79 (isa<ObjCDictionaryLiteral>(Arg) && in rewriteObjCRedundantCallWithLiteral()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjC.cpp | 122 const ObjCDictionaryLiteral *DLE = nullptr; in EmitObjCCollectionLiteral() 125 DLE = cast<ObjCDictionaryLiteral>(E); in EmitObjCCollectionLiteral() 247 const ObjCDictionaryLiteral *E) { in EmitObjCDictionaryLiteral()
|