Home
last modified time | relevance | path

Searched defs:TypeIdx (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h88 TypeIdx() : Idx(0) { } in TypeIdx() function
89 explicit TypeIdx(uint32_t index) : Idx(index) { } in TypeIdx() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp1751 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local