Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1352 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1362 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1440 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp843 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp148 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1568 llvm::Type *TypeParams[] = { in createForStaticInitFunction() local
1593 llvm::Type *TypeParams[] = { getIdentTyPointerTy(), // loc in createDispatchInitFunction() local
1614 llvm::Type *TypeParams[] = { in createDispatchFiniFunction() local
1633 llvm::Type *TypeParams[] = { in createDispatchNextFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3106 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local