Home
last modified time | relevance | path

Searched defs:typeParam (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp471 DeclResult typeParam = Actions.actOnObjCTypeParam( parseObjCTypeParamListOrProtocolRefs() local
549 DeclResult typeParam = Actions.actOnObjCTypeParam( parseObjCTypeParamListOrProtocolRefs() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1231 auto *typeParam = readDeclAs<ObjCTypeParamDecl>(); ReadObjCTypeParamList() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp785 auto known = knownParams.find(typeParam->getIdentifier()); in actOnObjCTypeParamList() local
[all...]
H A DSemaType.cpp933 ObjCTypeParamDecl *typeParam = nullptr; applyObjCTypeArgs() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1294 ObjCTypeParamDecl *typeParam = OTPTy->getDecl(); VisitObjCTypeParamType() local