Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.cpp112 TemplateArgumentLoc FunctorLoc = FunctorParentLoc.getArgLoc(ArgNum); in check() local
114 FunctorLoc.getTypeSourceInfo()->getTypeLoc()); in check()
118 SourceLocation ReportLoc = FunctorLoc.getLocation(); in check()