Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMoveForwardingReferenceCheck.cpp103 const auto *FuncForParam = dyn_cast<FunctionDecl>(ParmVar->getDeclContext()); in check() local
104 if (!FuncForParam) in check()
107 FuncForParam->getDescribedFunctionTemplate(); in check()
H A DForwardingReferenceOverloadCheck.cpp98 const auto *FuncForParam = dyn_cast<FunctionDecl>(ParmVar->getDeclContext()); in check() local
99 if (!FuncForParam) in check()
102 FuncForParam->getDescribedFunctionTemplate(); in check()