Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h251 DeclGroupPtrTy ActOnOpenMPRequiresDirective(SourceLocation Loc,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2184 return Actions.OpenMP().ActOnOpenMPRequiresDirective(StartLoc, Clauses); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3514 SemaOpenMP::ActOnOpenMPRequiresDirective(SourceLocation Loc, in ActOnOpenMPRequiresDirective() function in SemaOpenMP