Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp113 auto FunctorTypeLoc = getInnerTypeLocAs<TemplateSpecializationTypeLoc>( in check() local
115 if (FunctorTypeLoc.isNull()) in check()
123 FunctorTypeLoc.getArgLoc(0).getSourceRange()); in check()