Home
last modified time | relevance | path

Searched defs:TypeParams (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1465 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1480 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1558 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp172 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3120 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2664 SmallVector<Type *, 4> TypeParams; in parseTypeTableBody() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3506 SmallVector<Type *> TypeParams; in parseTargetExtType() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp963 LLVMTypeRef *TypeParams, in LLVMTargetExtTypeInContext()