Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
182 if (D != TPDecl) in checkPreCall()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1481 auto *TPDecl = in Create() local
1484 QualType TPType = ctx.getObjCTypeParamType(TPDecl, {}); in Create()
1485 TPDecl->setTypeForDecl(TPType.getTypePtr()); in Create()
1486 return TPDecl; in Create()