Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp155 const auto *TPDecl = dyn_cast<TemplateTypeParmDecl>(TParams->getParam(I)); in checkPreCall() local
156 if (!TPDecl) in checkPreCall()
159 if (TPDecl->isParameterPack()) in checkPreCall()
178 if (D != TPDecl) in checkPreCall()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1478 auto *TPDecl = in Create() local
1481 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
1482 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
1483 return TPDecl; in Create()