Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1486 struct OMPDeclareVariantScope { struct
1493 OMPDeclareVariantScope(OMPTraitInfo &TI); argument
1503 SmallVector<OMPDeclareVariantScope, 4> OMPDeclareVariantScopes;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2695 OMPDeclareVariantScopes.push_back(OMPDeclareVariantScope(TI)); in ActOnOpenMPBeginDeclareVariant()
7016 SemaOpenMP::OMPDeclareVariantScope::OMPDeclareVariantScope(OMPTraitInfo &TI) in OMPDeclareVariantScope() function in SemaOpenMP::OMPDeclareVariantScope
7025 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7120 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnFinishedFunctionDefinitionInOpenMPDeclareVariantScope()