Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.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-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDynamicTypePropagation.cpp839 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp172 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp3120 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2664 SmallVector<Type *, 4> TypeParams; in parseTypeTableBody() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp3506 SmallVector<Type *> TypeParams; in parseTargetExtType() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp963 LLVMTypeRef *TypeParams, in LLVMTargetExtTypeInContext()