Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DPassByValueCheck.cpp196 auto RefTL = ParamTL.getAs<ReferenceTypeLoc>(); in check() local
199 if (RefTL.isNull()) in check()
202 TypeLoc ValueTL = RefTL.getPointeeLoc(); in check()