Home
last modified time | relevance | path

Searched refs:ReductionTypes (Results 1 – 8 of 8) 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/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp295 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes; in ParseOpenMPDeclareReductionDirective() local
305 ReductionTypes.push_back( in ParseOpenMPDeclareReductionDirective()
326 if (ReductionTypes.empty()) { in ParseOpenMPDeclareReductionDirective()
344 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, AS); in ParseOpenMPDeclareReductionDirective()
348 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/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3301 std::pair<QualType, SourceLocation> ReductionTypes[] = { in VisitOMPDeclareReductionDecl() local
3310 /*S=*/nullptr, Owner, D->getDeclName(), ReductionTypes, D->getAccess(), in VisitOMPDeclareReductionDecl()
DSemaOpenMP.cpp17904 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes, in ActOnOpenMPDeclareReductionDirectiveStart() argument
17907 Decls.reserve(ReductionTypes.size()); in ActOnOpenMPDeclareReductionDirectiveStart()
17959 for (const auto &TyData : ReductionTypes) { in ActOnOpenMPDeclareReductionDirectiveStart()
/external/clang/include/clang/Sema/
DSema.h7999 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes,
/external/llvm-project/clang/include/clang/Sema/
DSema.h10275 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes,