Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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()