Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h11187 OMPRequiresDecl *CheckOMPRequiresDecl(SourceLocation Loc,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp3457 D = CheckOMPRequiresDecl(Loc, ClauseList); in ActOnOpenMPRequiresDirective()
3523 OMPRequiresDecl *Sema::CheckOMPRequiresDecl(SourceLocation Loc, in CheckOMPRequiresDecl() function in Sema