Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h283 QualType ActOnOpenMPDeclareMapperType(SourceLocation TyLoc,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp579 MapperType = Actions.OpenMP().ActOnOpenMPDeclareMapperType(Range.getBegin(), in ParseOpenMPDeclareMapperDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3749 SubstMapperTy = SemaRef.OpenMP().ActOnOpenMPDeclareMapperType( in VisitOMPDeclareMapperDecl()
H A DSemaOpenMP.cpp21562 QualType SemaOpenMP::ActOnOpenMPDeclareMapperType(SourceLocation TyLoc, in ActOnOpenMPDeclareMapperType() function in SemaOpenMP