Home
last modified time | relevance | path

Searched refs:ReductionTypes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp191 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 DSemaOpenMP.h264 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4215 std::pair<QualType, SourceLocation> ReductionTypes[] = { in VisitOMPDeclareReductionDecl() local
4224 /*S=*/nullptr, Owner, D->getDeclName(), ReductionTypes, D->getAccess(), in VisitOMPDeclareReductionDecl()
H A DSemaOpenMP.cpp22219 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes, in ActOnOpenMPDeclareReductionDirectiveStart() argument
22222 Decls.reserve(ReductionTypes.size()); in ActOnOpenMPDeclareReductionDirectiveStart()
22273 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart()