/external/clang/lib/AST/ |
ExprObjC.cpp | 55 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, 89 ObjCDictionaryLiteral * 90 ObjCDictionaryLiteral::Create(const ASTContext &C, 98 void *Mem = C.Allocate(sizeof(ObjCDictionaryLiteral) + 100 return new (Mem) ObjCDictionaryLiteral(VK, HasPackExpansions, T, method, SR); 103 ObjCDictionaryLiteral * 104 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements, 109 void *Mem = C.Allocate(sizeof(ObjCDictionaryLiteral) + 112 ObjCDictionaryLiteral(EmptyShell(), NumElements, HasPackExpansions) [all...] |
StmtPrinter.cpp | [all...] |
StmtProfile.cpp | [all...] |
/external/clang/tools/libclang/ |
IndexBody.cpp | 108 bool VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) {
|
/external/clang/include/clang/AST/ |
ExprObjC.h | 233 /// ObjCDictionaryLiteral - AST node to represent objective-c dictionary 235 class ObjCDictionaryLiteral : public Expr { 271 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK, 276 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, 304 static ObjCDictionaryLiteral *Create(const ASTContext &C, 310 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C, [all...] |
Stmt.h | 110 friend class ObjCDictionaryLiteral; // ctor [all...] |
RecursiveASTVisitor.h | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
BasicObjCFoundationChecks.cpp | 97 check::PostStmt<ObjCDictionaryLiteral>, 130 void checkPostStmt(const ObjCDictionaryLiteral *DL, 329 void NilArgChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, [all...] |
RetainCountChecker.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaTemplateVariadic.cpp | 93 bool TraverseObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { [all...] |
SemaExprCXX.cpp | [all...] |
SemaExprObjC.cpp | [all...] |
TreeTransform.h | [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | [all...] |
ASTWriterStmt.cpp | 930 void ASTStmtWriter::VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { [all...] |
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | 80 (isa<ObjCDictionaryLiteral>(Arg) && [all...] |
/external/clang/lib/CodeGen/ |
CGObjC.cpp | 116 const ObjCDictionaryLiteral *DLE = nullptr; 119 DLE = cast<ObjCDictionaryLiteral>(E); 230 const ObjCDictionaryLiteral *E) { [all...] |
CodeGenFunction.h | [all...] |
CGExprScalar.cpp | 564 Value *VisitObjCDictionaryLiteral(ObjCDictionaryLiteral *E) { [all...] |
/external/clang/lib/Frontend/Rewrite/ |
RewriteModernObjC.cpp | 358 Stmt *RewriteObjCDictionaryLiteralExpr(ObjCDictionaryLiteral *Exp); [all...] |