Searched defs:HasPackExpansions (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | ExprObjC.cpp | 89 NumElements, HasPackExpansions ? NumElements : 0)); in CreateEmpty() argument 54 ObjCDictionaryLiteral(ArrayRef<ObjCDictionaryElement> VK,bool HasPackExpansions,QualType T,ObjCMethodDecl * method,SourceRange SR) ObjCDictionaryLiteral() argument 80 Create(const ASTContext & C,ArrayRef<ObjCDictionaryElement> VK,bool HasPackExpansions,QualType T,ObjCMethodDecl * method,SourceRange SR) Create() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 335 bool HasPackExpansions) in ObjCDictionaryLiteral() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1471 bool HasPackExpansions = Record.readInt(); VisitObjCDictionaryLiteral() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1093 bool HasPackExpansions = false; BuildObjCDictionaryLiteral() local
|