Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1501 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1516 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1594 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp842 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp156 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3128 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2754 SmallVector<Type *, 4> TypeParams; in parseTypeTableBody() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3605 SmallVector<Type *> TypeParams; in parseTargetExtType() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp962 LLVMTypeRef *TypeParams, in LLVMTargetExtTypeInContext()