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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 10203 struct OMPDeclareVariantScope {
10210 OMPDeclareVariantScope(OMPTraitInfo &TI);
10220 SmallVector<OMPDeclareVariantScope, 4> OMPDeclareVariantScopes;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 2467 OMPDeclareVariantScopes.push_back(OMPDeclareVariantScope(TI));
6618 Sema::OMPDeclareVariantScope::OMPDeclareVariantScope(OMPTraitInfo &TI)
6627 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back();
6719 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back();

Completed in 48 milliseconds