Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseTransparentFunctorsCheck.cpp114 auto FunctorTypeLoc = getInnerTypeLocAs<TemplateSpecializationTypeLoc>( in check() local
116 if (FunctorTypeLoc.isNull()) in check()
124 FunctorTypeLoc.getArgLoc(0).getSourceRange()); in check()