Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1062 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local
1071 llvm::Type *TypeParams[] = {getIdentTyPointerTy()}; in createRuntimeFunction() local
1080 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local
1091 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
1102 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local
1136 llvm::Type *TypeParams[] = { in createRuntimeFunction() local
1147 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; in createRuntimeFunction() local
1155 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; in createRuntimeFunction() local
1163 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty}; in createRuntimeFunction() local
1172 llvm::Type *TypeParams[] = {getIdentTyPointerTy(), CGM.Int32Ty, in createRuntimeFunction() local
[all …]
DCGOpenMPRuntimeNVPTX.cpp275 llvm::Type *TypeParams[] = {CGM.Int32Ty, CGM.Int32Ty}; in createNVPTXRuntimeFunction() local
/external/rust/crates/syn/src/
Dgenerics.rs114 pub fn type_params(&self) -> TypeParams { in type_params()
189 pub struct TypeParams<'a>(Iter<'a, GenericParam>); struct
191 impl<'a> Iterator for TypeParams<'a> { implementation
/external/clang/lib/AST/
DDeclPrinter.cpp1132 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1142 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1211 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1318 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1328 if (auto TypeParams = OID->getTypeParamListAsWritten()) { in VisitObjCInterfaceDecl() local
1406 if (auto TypeParams = PID->getTypeParamList()) { in VisitObjCCategoryDecl() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp843 ObjCTypeParamList *TypeParams = Interface->getTypeParamList(); in checkPreObjCMessage() local
/external/llvm-project/clang/lib/Parse/
DParseObjc.cpp148 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
/external/clang/lib/Parse/
DParseObjc.cpp150 ObjCTypeParamList *TypeParams = nullptr; in ParseObjCAtClassDeclaration() local
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1556 llvm::Type *TypeParams[] = { in createForStaticInitFunction() local
1581 llvm::Type *TypeParams[] = { getIdentTyPointerTy(), // loc in createDispatchInitFunction() local
1602 llvm::Type *TypeParams[] = { in createDispatchFiniFunction() local
1621 llvm::Type *TypeParams[] = { in createDispatchNextFunction() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3007 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3106 ObjCTypeParamList *TypeParams = TypeParamLists[i]; in ActOnForwardClassDeclaration() local