Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCDictionaryLiteral

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,