Searched defs:HasPackExpansions (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h265 ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, bool HasPackExpansions) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp947 bool HasPackExpansions = Record[Idx++]; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp4045 ObjCDictionaryLiteral( ArrayRef<ObjCDictionaryElement> VK, bool HasPackExpansions, QualType T, ObjCMethodDecl *method, SourceRange SR) argument
4082 Create(const ASTContext &C, ArrayRef<ObjCDictionaryElement> VK, bool HasPackExpansions, QualType T, ObjCMethodDecl *method, SourceRange SR) argument
4097 CreateEmpty(const ASTContext &C, unsigned NumElements, bool HasPackExpansions) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp891 bool HasPackExpansions = false; local

Completed in 145 milliseconds