Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h860 OMPSectionDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSectionDirective() function
866 explicit OMPSectionDirective() in OMPSectionDirective() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp618 void CodeGenFunction::EmitOMPSectionDirective(const OMPSectionDirective &) { in EmitOMPSectionDirective()