Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenMP.h283 QualType ActOnOpenMPDeclareMapperType(SourceLocation TyLoc,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp579 MapperType = Actions.OpenMP().ActOnOpenMPDeclareMapperType(Range.getBegin(), in ParseOpenMPDeclareMapperDirective()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp3749 SubstMapperTy = SemaRef.OpenMP().ActOnOpenMPDeclareMapperType( in VisitOMPDeclareMapperDecl()
HDSemaOpenMP.cpp21562 QualType SemaOpenMP::ActOnOpenMPDeclareMapperType(SourceLocation TyLoc, in ActOnOpenMPDeclareMapperType() function in SemaOpenMP