Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1087 OMPClause *ActOnOpenMPThreadsClause(SourceLocation StartLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16960 Res = ActOnOpenMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPClause()
17156 OMPClause *SemaOpenMP::ActOnOpenMPThreadsClause(SourceLocation StartLoc, in ActOnOpenMPThreadsClause() function in SemaOpenMP