Searched defs:TypeList (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1077 template <typename... Ts> struct TypeList {}; // Empty sentinel type list. struct in namespace:clang::ast_matchers::internal
1079 template <typename T1, typename... Ts> struct TypeList<T1, Ts...> { struct in namespace:clang::ast_matchers::internal
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp209 std::vector<const Record *> TypeList; member in class:__anon958::BuiltinNameEmitter
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeList.h20 class TypeList { class in namespace:lldb_private
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DTypeList.cpp22 TypeList::TypeList() : m_types() {} function in class:TypeList
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp496 std::vector<Type*> TypeList; member in class:__anon1668::BitcodeReader
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp812 const ValueEnumerator::TypeList &TypeList = VE.getTypes(); local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp747 std::vector<Record*> TypeList = R->getValueAsListOfDefs("RegTypes"); local
H A DCodeGenTarget.cpp678 ListInit *TypeList = RetTypes; local
[all...]

Completed in 219 milliseconds