Home
last modified time | relevance | path

Searched refs:CheckOMPRequiresDecl (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h254 OMPRequiresDecl *CheckOMPRequiresDecl(SourceLocation Loc,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3520 D = CheckOMPRequiresDecl(Loc, ClauseList); in ActOnOpenMPRequiresDirective()
3588 SemaOpenMP::CheckOMPRequiresDecl(SourceLocation Loc, in CheckOMPRequiresDecl() function in SemaOpenMP