Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp123 bool IsNormalVariableInTemplate = Function->isTemplateInstantiation(); in check() local
124 if (IsNormalVariableInTemplate && in check()
166 if (IsNormalVariableInTemplate) in check()