Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h258 QualType ActOnOpenMPDeclareReductionType(SourceLocation TyLoc,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp327 QualType ReductionType = Actions.OpenMP().ActOnOpenMPDeclareReductionType( in ParseOpenMPDeclareReductionDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3657 SubstReductionType = SemaRef.OpenMP().ActOnOpenMPDeclareReductionType( in VisitOMPDeclareReductionDecl()
H A DSemaOpenMP.cpp21286 QualType SemaOpenMP::ActOnOpenMPDeclareReductionType(SourceLocation TyLoc, in ActOnOpenMPDeclareReductionType() function in SemaOpenMP