Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h613 ActOnOpenMPCancellationPointDirective(SourceLocation StartLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6433 Res = ActOnOpenMPCancellationPointDirective(StartLoc, EndLoc, CancelRegion); in ActOnOpenMPExecutableDirective()
13144 StmtResult SemaOpenMP::ActOnOpenMPCancellationPointDirective( in ActOnOpenMPCancellationPointDirective() function in SemaOpenMP