Home
last modified time | relevance | path

Searched refs:ActOnFinishedOpenMPDeclareTargetContext (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h334 void ActOnFinishedOpenMPDeclareTargetContext(DeclareTargetContextInfo &DTCI);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2357 Actions.OpenMP().ActOnFinishedOpenMPDeclareTargetContext(DTCI); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2909 Actions.OpenMP().ActOnFinishedOpenMPDeclareTargetContext(DTCI); in ParseOpenMPDeclarativeOrExecutableDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22100 void SemaOpenMP::ActOnFinishedOpenMPDeclareTargetContext( in ActOnFinishedOpenMPDeclareTargetContext() function in SemaOpenMP