Home
last modified time | relevance | path

Searched defs:ConstRefType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DImplicitConversionInLoopCheck.cpp92 QualType ConstRefType = Context->getLValueReferenceType(ConstType); in reportAndFix() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-const-or-ref-data-members.cpp99 using ConstRefType = const int &; typedef