Home
last modified time | relevance | path

Searched defs:ListTy (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DSymbolTableListTraits.h68 using ListTy = SymbolTableList<ValueSubClass, Args...>; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h151 using ListTy = ImmutableListImpl<T>; variable
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h27 typedef std::list<StoredDiagnostic> ListTy; typedef
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h696 using ListTy = IntrusiveBackList<Node>; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h77 ListRecTy *ListTy = nullptr; variable
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp180 if (const auto *ListTy = dyn_cast<ListRecTy>(RHS)) in typeIsConvertibleTo() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp98 typedef SmallVector<UnqualUsingEntry, 8> ListTy; global() typedef in __anon58ef0f810111::UnqualUsingDirectiveSet