Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseOpenMP.cpp234 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes; in ParseOpenMPDeclareReductionDirective() local
244 ReductionTypes.push_back( in ParseOpenMPDeclareReductionDirective()
265 if (ReductionTypes.empty()) { in ParseOpenMPDeclareReductionDirective()
283 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, AS); in ParseOpenMPDeclareReductionDirective()
287 unsigned I = 0, E = ReductionTypes.size(); in ParseOpenMPDeclareReductionDirective()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2579 std::pair<QualType, SourceLocation> ReductionTypes[] = { in VisitOMPDeclareReductionDecl() local
2588 /*S=*/nullptr, Owner, D->getDeclName(), ReductionTypes, D->getAccess(), in VisitOMPDeclareReductionDecl()
DSemaOpenMP.cpp11092 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes, in ActOnOpenMPDeclareReductionDirectiveStart() argument
11095 Decls.reserve(ReductionTypes.size()); in ActOnOpenMPDeclareReductionDirectiveStart()
11147 for (auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart()
/external/clang/include/clang/Sema/
DSema.h7999 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes,