Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp235 if (const auto *Templ = in run() local
239 const auto &TArgs = Templ->getTemplateArgs(); in run()
261 if (const auto *Templ = ASTClass->getDescribedClassTemplate()) { in run() local
262 if (auto *TParams = Templ->getTemplateParameters()) { in run()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp150 const auto *Templ = Func->getPrimaryTemplate(); in checkPreCall() local
151 if (!Templ) in checkPreCall()
154 const auto *TParams = Templ->getTemplateParameters(); in checkPreCall()