HomeSort by: relevance | last modified time | path
    Searched refs:OpenMPLoopDirectiveScope (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 110 OpenMPLoopDirectiveScope = 0x10000,
451 if (getFlags() & Scope::OpenMPLoopDirectiveScope) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Scope.cpp 162 {OpenMPLoopDirectiveScope, "OpenMPLoopDirectiveScope"},
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 2478 ScopeFlags |= Scope::OpenMPLoopDirectiveScope;

Completed in 24 milliseconds