Searched refs:ObjCDictionaryLiteral (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp58 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, function in class:ObjCDictionaryLiteral
93 ObjCDictionaryLiteral *
94 ObjCDictionaryLiteral::Create(const ASTContext &C,
100 return new (Mem) ObjCDictionaryLiteral(VK, HasPackExpansions, T, method, SR);
103 ObjCDictionaryLiteral *
104 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements,
109 ObjCDictionaryLiteral(EmptyShell(), NumElements, HasPackExpansions);
H A DStmtProfile.cpp2005 void StmtProfiler::VisitObjCDictionaryLiteral(const ObjCDictionaryLiteral *E) {
H A DStmtPrinter.cpp2379 void StmtPrinter::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h246 check::PostStmt<ObjCDictionaryLiteral>,
299 void checkPostStmt(const ObjCDictionaryLiteral *DL, CheckerContext &C) const;
H A DRetainCountChecker.cpp265 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h302 /// ObjCDictionaryLiteral - AST node to represent objective-c dictionary
304 class ObjCDictionaryLiteral final
306 private llvm::TrailingObjects<ObjCDictionaryLiteral,
327 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
332 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, function in class:clang::final
346 static ObjCDictionaryLiteral *Create(const ASTContext &C,
352 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
395 auto Children = const_cast<ObjCDictionaryLiteral *>(this)->children();
H A DStmt.h305 friend class ObjCDictionaryLiteral; // ctor
H A DRecursiveASTVisitor.h2759 DEF_TRAVERSE_STMT(ObjCDictionaryLiteral, {})
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp97 check::PostStmt<ObjCDictionaryLiteral>,
130 void checkPostStmt(const ObjCDictionaryLiteral *DL,
327 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL,
1144 check::PostStmt<ObjCDictionaryLiteral>,
1164 void checkPostStmt(const ObjCDictionaryLiteral *E, CheckerContext &C) const {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp342 bool VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1312 void ASTStmtReader::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
1319 E->getTrailingObjects<ObjCDictionaryLiteral::KeyValuePair>();
1321 E->getTrailingObjects<ObjCDictionaryLiteral::ExpansionData>();
2945 S = ObjCDictionaryLiteral::CreateEmpty(Context,
H A DASTWriterStmt.cpp1198 void ASTStmtWriter::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp113 bool TraverseObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
H A DSemaExprCXX.cpp6664 } else if (ObjCDictionaryLiteral *DictLit
6665 = dyn_cast<ObjCDictionaryLiteral>(E)) {
H A DSemaExprObjC.cpp1067 return MaybeBindToTemporary(ObjCDictionaryLiteral::Create(
H A DTreeTransform.h12629 ObjCDictionaryLiteral *E) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp79 (isa<ObjCDictionaryLiteral>(Arg) &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp121 const ObjCDictionaryLiteral *DLE = nullptr;
124 DLE = cast<ObjCDictionaryLiteral>(E);
246 const ObjCDictionaryLiteral *E) {
H A DCodeGenFunction.h3810 llvm::Value *EmitObjCDictionaryLiteral(const ObjCDictionaryLiteral *E);
H A DCGExprScalar.cpp845 Value *VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp357 Stmt *RewriteObjCDictionaryLiteralExpr(ObjCDictionaryLiteral *Exp);
2819 Stmt *RewriteModernObjC::RewriteObjCDictionaryLiteralExpr(ObjCDictionaryLiteral *Exp) {
5515 if (ObjCDictionaryLiteral *DictionaryLitExpr =
5516 dyn_cast<ObjCDictionaryLiteral>(S))

Completed in 694 milliseconds