Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1429 auto *TPDecl = in Create() local
1432 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
1433 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
1434 return TPDecl; in Create()