Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp787 bool anyPackExpansions = false; in applyObjCTypeArgs() local
822 anyPackExpansions = true; in applyObjCTypeArgs()
826 if (!anyPackExpansions) { in applyObjCTypeArgs()
852 assert(anyPackExpansions && "Too many arguments?"); in applyObjCTypeArgs()
890 assert(anyPackExpansions && "Too many arguments?"); in applyObjCTypeArgs()
930 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()