Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Diterator.h121 template <typename RefT>
122 PointerProxy(RefT &&R) : R(std::forward<RefT>(R)) {} in PointerProxy()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp774 if (const auto *RefT = Type->getAs<ReferenceType>()) { in getCXXRecordDecl() local
775 Type = RefT->getPointeeType(); in getCXXRecordDecl()