Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp549 bool anyPackExpansions = false; in applyObjCTypeArgs() local
586 anyPackExpansions = true; in applyObjCTypeArgs()
590 if (!anyPackExpansions) { in applyObjCTypeArgs()
613 assert(anyPackExpansions && "Too many arguments?"); in applyObjCTypeArgs()
651 assert(anyPackExpansions && "Too many arguments?"); in applyObjCTypeArgs()
695 if (!anyPackExpansions && finalTypeArgs.size() != numTypeParams) { in applyObjCTypeArgs()