Home
last modified time | relevance | path

Searched defs:TD2 (Results 1 – 4 of 4) sorted by relevance

/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.cpp173 using TD2 = TrackingDeleter<2>; 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.cpp312 using TD2 = TrackingDeleter<2>; in test_deleter_value_category() typedef
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12272 if (TypedefNameDecl *TD2 = dyn_cast<TypedefNameDecl>(D2)) IsEquivalentForUsingDecl() local