Searched refs:numTypes (Results 1 – 1 of 1) sorted by relevance
45 static const unsigned numTypes = llvm::array_lengthof(TypeInfos); variable48 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); in getInfo()299 for (unsigned i=0; i<numTypes; ++i) { in lookupTypeForTypeSpecifier()