Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp841 bool anyPackExpansions = false; in applyObjCTypeArgs() local
876 anyPackExpansions = true; in applyObjCTypeArgs()
880 if (!anyPackExpansions) { in applyObjCTypeArgs()
906 assert(anyPackExpansions && "Too many arguments?"); in applyObjCTypeArgs()
944 assert(anyPackExpansions && "Too many arguments?"); in applyObjCTypeArgs()
984 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()