Home
last modified time | relevance | path

Searched refs:CurrentT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() argument
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp150 auto *CurrentT = cast<TemplateDecl>(Current); in CheckPreviousDecl() local
152 ASSERT_TRUE(CurrentT->getTemplatedDecl()); in CheckPreviousDecl()
153 EXPECT_EQ(CurrentT->getTemplatedDecl()->getPreviousDecl(), in CheckPreviousDecl()