Home
last modified time | relevance | path

Searched defs:OMPTaskwaitDirective (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h1439 OMPTaskwaitDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPTaskwaitDirective() function
1445 explicit OMPTaskwaitDirective() in OMPTaskwaitDirective() function
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1360 void CodeGenFunction::EmitOMPTaskwaitDirective(const OMPTaskwaitDirective &) { in EmitOMPTaskwaitDirective()