Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1393 auto *TPDecl = in Create() local
1396 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
1397 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
1398 return TPDecl; in Create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp568 const auto *TPDecl = dyn_cast<TemplateTypeParmDecl>(TParams->getParam(I)); in checkPreCall() local
569 if (!TPDecl) in checkPreCall()
572 if (TPDecl->isParameterPack()) in checkPreCall()
589 ParamType->getReplacedParameter()->getDecl() != TPDecl) in checkPreCall()