Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Dio11.f90485 integer, kind :: typeParam = 4 component
517 integer, kind :: typeParam = 4 component
548 integer, kind :: typeParam = 4 component
579 integer, kind :: typeParam = 4 component
611 integer, len :: typeParam = 4 component
/llvm-project/flang/lib/Semantics/
H A Dscope.cpp406 if (const auto *typeParam{symbol.detailsIf<TypeParamDetails>()}) { IsParam() local
H A Dresolve-names.cpp5469 Symbol *typeParam{MakeTypeSymbol( Pre() local
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp474 DeclResult typeParam = Actions.ObjC().actOnObjCTypeParam( parseObjCTypeParamListOrProtocolRefs() local
553 DeclResult typeParam = Actions.ObjC().actOnObjCTypeParam( parseObjCTypeParamListOrProtocolRefs() local
/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp589 ObjCTypeParamDecl *typeParam = nullptr; applyObjCTypeArgs() local
[all...]
H A DSemaDeclObjC.cpp784 auto known = knownParams.find(typeParam->getIdentifier()); in actOnObjCTypeParamList() local
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1232 auto *typeParam = readDeclAs<ObjCTypeParamDecl>(); ReadObjCTypeParamList() local
/llvm-project/clang/lib/AST/
H A DType.cpp1356 ObjCTypeParamDecl *typeParam = OTPTy->getDecl(); VisitObjCTypeParamType() local