Home
last modified time | relevance | path

Searched refs:OMPDeclareVariantScope (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10203 struct OMPDeclareVariantScope { struct
10210 OMPDeclareVariantScope(OMPTraitInfo &TI); argument
10220 SmallVector<OMPDeclareVariantScope, 4> OMPDeclareVariantScopes;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2467 OMPDeclareVariantScopes.push_back(OMPDeclareVariantScope(TI)); in ActOnOpenMPBeginDeclareVariant()
6618 Sema::OMPDeclareVariantScope::OMPDeclareVariantScope(OMPTraitInfo &TI) in OMPDeclareVariantScope() function in Sema::OMPDeclareVariantScope
6627 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
6719 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnFinishedFunctionDefinitionInOpenMPDeclareVariantScope()