Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h271 VarDecl *ActOnOpenMPDeclareReductionInitializerStart(Scope *S, Decl *D);
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp419 Actions.OpenMP().ActOnOpenMPDeclareReductionInitializerStart( in ParseOpenMPDeclareReductionDirective()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3705 SemaRef.OpenMP().ActOnOpenMPDeclareReductionInitializerStart( in VisitOMPDeclareReductionDecl()
H A DSemaOpenMP.cpp21464 VarDecl *SemaOpenMP::ActOnOpenMPDeclareReductionInitializerStart(Scope *S, in ActOnOpenMPDeclareReductionInitializerStart() function in SemaOpenMP