Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp159 const auto *TPDecl = dyn_cast<TemplateTypeParmDecl>(TParams->getParam(I)); in checkPreCall() local
160 if (!TPDecl) in checkPreCall()
163 if (TPDecl->isParameterPack()) in checkPreCall()
180 ParamType->getReplacedParameter()->getDecl() != TPDecl) in checkPreCall()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1446 auto *TPDecl = in Create() local
1449 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
1450 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
1451 return TPDecl; in Create()