Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()