Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h2058 OMPTeamsDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTeamsDirective() function
2067 explicit OMPTeamsDirective(unsigned NumClauses) in OMPTeamsDirective() function
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2575 void CodeGenFunction::EmitOMPTeamsDirective(const OMPTeamsDirective &) { in EmitOMPTeamsDirective()