Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10665 struct OMPDeclareVariantScope { struct
10672 OMPDeclareVariantScope(OMPTraitInfo &TI); argument
10682 SmallVector<OMPDeclareVariantScope, 4> OMPDeclareVariantScopes;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp2653 OMPDeclareVariantScopes.push_back(OMPDeclareVariantScope(TI)); in ActOnOpenMPBeginDeclareVariant()
7054 Sema::OMPDeclareVariantScope::OMPDeclareVariantScope(OMPTraitInfo &TI) in OMPDeclareVariantScope() function in Sema::OMPDeclareVariantScope
7063 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7158 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnFinishedFunctionDefinitionInOpenMPDeclareVariantScope()