HomeSort by: relevance | last modified time | path
    Searched defs:ObjCDictionaryLiteral (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprObjC.cpp 53 ObjCDictionaryLiteral::ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
77 ObjCDictionaryLiteral *
78 ObjCDictionaryLiteral::Create(const ASTContext &C,
84 return new (Mem) ObjCDictionaryLiteral(VK, HasPackExpansions, T, method, SR);
87 ObjCDictionaryLiteral *
88 ObjCDictionaryLiteral::CreateEmpty(const ASTContext &C, unsigned NumElements,
93 ObjCDictionaryLiteral(EmptyShell(), NumElements, HasPackExpansions);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 304 /// ObjCDictionaryLiteral - AST node to represent objective-c dictionary
306 class ObjCDictionaryLiteral final
308 private llvm::TrailingObjects<ObjCDictionaryLiteral,
329 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
348 static ObjCDictionaryLiteral *Create(const ASTContext &C,
354 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
397 auto Children = const_cast<ObjCDictionaryLiteral *>(this)->children();

Completed in 20 milliseconds