HomeSort by: relevance | last modified time | path
    Searched defs:CaptureRegion (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 118 OpenMPDirectiveKind CaptureRegion = llvm::omp::OMPD_unknown;
130 CaptureRegion = ThisRegion;
141 OpenMPDirectiveKind getCaptureRegion() const { return CaptureRegion; }
465 /// \param CaptureRegion Innermost OpenMP region where expressions in this
473 OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc,
480 setPreInitStmt(HelperCond, CaptureRegion);
547 /// \param CaptureRegion Innermost OpenMP region where expressions in this
553 OpenMPDirectiveKind CaptureRegion, SourceLocation StartLoc,
557 setPreInitStmt(HelperCond, CaptureRegion);
616 /// \param CaptureRegion Innermost OpenMP region where expressions in thi
    [all...]

Completed in 23 milliseconds