HomeSort by relevance Sort by last modified time
    Searched defs:ObjCDictionaryLiteral (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ExprObjC.h 215 /// ObjCDictionaryLiteral - AST node to represent objective-c dictionary
217 class ObjCDictionaryLiteral : public Expr {
253 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
258 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
286 static ObjCDictionaryLiteral *Create(ASTContext &C,
292 static ObjCDictionaryLiteral *CreateEmpty(ASTContext &C,
322 static bool classof(const ObjCDictionaryLiteral *) { return true; }
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 24 milliseconds