Home
last modified time | relevance | path

Searched defs:SmallSetVector (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DSetVector.h219 SmallSetVector() {} in SmallSetVector() function
223 SmallSetVector(It Start, It End) { in SmallSetVector() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DExternalSemaSource.h24 template <class T, unsigned n> class SmallSetVector; variable
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dtypo-correction.cpp508 class SmallSetVector : public SetVector<C, I, 8> {}; class