Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10857 OMPRequiresDecl *CheckOMPRequiresDecl(SourceLocation Loc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp3404 D = CheckOMPRequiresDecl(Loc, ClauseList); in ActOnOpenMPRequiresDirective()
3470 OMPRequiresDecl *Sema::CheckOMPRequiresDecl(SourceLocation Loc, in CheckOMPRequiresDecl() function in Sema