Home
last modified time | relevance | path

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

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