Searched refs:ReductionTypes (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 191 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes; in ParseOpenMPDeclareReductionDirective() local 201 ReductionTypes.push_back( in ParseOpenMPDeclareReductionDirective() 222 if (ReductionTypes.empty()) { in ParseOpenMPDeclareReductionDirective() 241 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, in ParseOpenMPDeclareReductionDirective() 246 unsigned I = 0, E = ReductionTypes.size(); in ParseOpenMPDeclareReductionDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 264 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4215 std::pair<QualType, SourceLocation> ReductionTypes[] = { in VisitOMPDeclareReductionDecl() local 4224 /*S=*/nullptr, Owner, D->getDeclName(), ReductionTypes, D->getAccess(), in VisitOMPDeclareReductionDecl()
|
| H A D | SemaOpenMP.cpp | 22219 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes, in ActOnOpenMPDeclareReductionDirectiveStart() argument 22222 Decls.reserve(ReductionTypes.size()); in ActOnOpenMPDeclareReductionDirectiveStart() 22273 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart()
|