Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DTypes.cpp45 static const unsigned numTypes = llvm::array_lengthof(TypeInfos); variable
48 assert(id > 0 && id - 1 < numTypes && "Invalid Type ID."); in getInfo()
299 for (unsigned i=0; i<numTypes; ++i) { in lookupTypeForTypeSpecifier()