Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h11581 OMPClause *ActOnOpenMPThreadsClause(SourceLocation StartLoc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp17013 Res = ActOnOpenMPThreadsClause(StartLoc, EndLoc); in ActOnOpenMPClause()
17175 OMPClause *Sema::ActOnOpenMPThreadsClause(SourceLocation StartLoc, in ActOnOpenMPThreadsClause() function in Sema