Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h212 struct ObjCDictionaryElement { struct
232 template <> struct isPodLike<clang::ObjCDictionaryElement> : std::true_type {}; argument
/external/llvm-project/clang/include/clang/AST/
DExprObjC.h263 struct ObjCDictionaryElement { struct
265 Expr *Key;
268 Expr *Value;
271 SourceLocation EllipsisLoc;
275 Optional<unsigned> NumExpansions;
278 bool isPackExpansion() const { return EllipsisLoc.isValid(); } in isPackExpansion()