Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h260 struct ObjCDictionaryElement { struct
262 Expr *Key;
265 Expr *Value;
268 SourceLocation EllipsisLoc;
272 UnsignedOrNone NumExpansions;
275 bool isPackExpansion() const { return EllipsisLoc.isValid(); } in isPackExpansion()