Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1409 struct OMPDeclareVariantScope { struct
1416 OMPDeclareVariantScope(OMPTraitInfo &TI); argument
1426 SmallVector<OMPDeclareVariantScope, 4> OMPDeclareVariantScopes;
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2719 OMPDeclareVariantScopes.push_back(OMPDeclareVariantScope(TI)); in ActOnOpenMPBeginDeclareVariant()
7068 SemaOpenMP::OMPDeclareVariantScope::OMPDeclareVariantScope(OMPTraitInfo &TI) in OMPDeclareVariantScope() function in SemaOpenMP::OMPDeclareVariantScope
7077 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7173 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnFinishedFunctionDefinitionInOpenMPDeclareVariantScope()