Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp11283 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd() argument
11284 for (auto *D : DeclReductions.get()) { in ActOnOpenMPDeclareReductionDirectiveEnd()
11292 return DeclReductions; in ActOnOpenMPDeclareReductionDirectiveEnd()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp18114 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid) { in ActOnOpenMPDeclareReductionDirectiveEnd() argument
18115 for (Decl *D : DeclReductions.get()) { in ActOnOpenMPDeclareReductionDirectiveEnd()
18124 return DeclReductions; in ActOnOpenMPDeclareReductionDirectiveEnd()
/external/clang/include/clang/Sema/
DSema.h8011 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid);
/external/llvm-project/clang/include/clang/Sema/
DSema.h10289 Scope *S, DeclGroupPtrTy DeclReductions, bool IsValid);