Home
last modified time | relevance | path

Searched refs:anyPackExpansions (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp876 bool anyPackExpansions = false; in applyObjCTypeArgs() local
913 anyPackExpansions = true; in applyObjCTypeArgs()
917 if (!anyPackExpansions) { in applyObjCTypeArgs()
943 assert(anyPackExpansions && "Too many arguments?"); in applyObjCTypeArgs()
981 assert(anyPackExpansions && "Too many arguments?"); in applyObjCTypeArgs()
1020 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()