Home
last modified time | relevance | path

Searched defs:TD1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Ddebug-info-explicit-cast.cpp30 typedef int(Qux::*TD1)(); typedef
/llvm-project/clang/test/SemaCXX/
H A Dwarn-enum-compare.cpp9 typedef enum { TD1, TD2 } TD; enumerator
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.pass.cpp172 using TD1 = TrackingDeleter<1>; in test_deleter_value_category() typedef
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp311 using TD1 = TrackingDeleter<1>; in test_deleter_value_category() typedef
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12271 if (TypedefNameDecl *TD1 = dyn_cast<TypedefNameDecl>(D1)) IsEquivalentForUsingDecl() local