Searched defs:ObjCDictionaryElement (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h197 struct ObjCDictionaryElement { struct in namespace:clang
217 template <> struct isPodLike<clang::ObjCDictionaryElement> : llvm::true_type {};
259 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,
293 ArrayRef<ObjCDictionaryElement> VK,
306 ObjCDictionaryElement getKeyValueElement(unsigned Index) const {
309 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };

Completed in 70 milliseconds