Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DPassByValueCheck.cpp195 auto ParamTL = ParmDecl->getTypeSourceInfo()->getTypeLoc(); in check() local
196 auto RefTL = ParamTL.getAs<ReferenceTypeLoc>(); in check()
204 ParamTL.getEndLoc()); in check()