Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h272 VarDecl *ActOnOpenMPDeclareReductionInitializerStart(Scope *S, Decl *D);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp290 Actions.OpenMP().ActOnOpenMPDeclareReductionInitializerStart( in ParseOpenMPDeclareReductionDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4250 SemaRef.OpenMP().ActOnOpenMPDeclareReductionInitializerStart( in VisitOMPDeclareReductionDecl()
H A DSemaOpenMP.cpp22360 VarDecl *SemaOpenMP::ActOnOpenMPDeclareReductionInitializerStart(Scope *S, in ActOnOpenMPDeclareReductionInitializerStart() function in SemaOpenMP