Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DSmallSet.h40 using SelfTy = SmallSetIterator<T, N, C>; global() variable
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1204 auto SelfTy = qualType(asString("const A &")).bind("selfType"); TEST_P() local