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.cpp320 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes; in ParseOpenMPDeclareReductionDirective() local
330 ReductionTypes.push_back( in ParseOpenMPDeclareReductionDirective()
351 if (ReductionTypes.empty()) { in ParseOpenMPDeclareReductionDirective()
370 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, in ParseOpenMPDeclareReductionDirective()
375 unsigned I = 0, E = ReductionTypes.size(); in ParseOpenMPDeclareReductionDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h263 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3670 std::pair<QualType, SourceLocation> ReductionTypes[] = { in VisitOMPDeclareReductionDecl() local
3679 /*S=*/nullptr, Owner, D->getDeclName(), ReductionTypes, D->getAccess(), in VisitOMPDeclareReductionDecl()
H A DSemaOpenMP.cpp21321 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes, in ActOnOpenMPDeclareReductionDirectiveStart() argument
21324 Decls.reserve(ReductionTypes.size()); in ActOnOpenMPDeclareReductionDirectiveStart()
21377 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart()