Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h262 struct ObjCDictionaryElement { struct
264 Expr *Key;
267 Expr *Value;
270 SourceLocation EllipsisLoc;
274 std::optional<unsigned> NumExpansions;
277 bool isPackExpansion() const { return EllipsisLoc.isValid(); } in isPackExpansion()