Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMoveForwardingReferenceCheck.cpp103 const auto *FuncForParam = dyn_cast<FunctionDecl>(ParmVar->getDeclContext()); in check() local
104 if (!FuncForParam) in check()
107 FuncForParam->getDescribedFunctionTemplate(); in check()
DForwardingReferenceOverloadCheck.cpp92 const auto *FuncForParam = dyn_cast<FunctionDecl>(ParmVar->getDeclContext()); in check() local
93 if (!FuncForParam) in check()
96 FuncForParam->getDescribedFunctionTemplate(); in check()