Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10292 struct OMPDeclareVariantScope { struct
10299 OMPDeclareVariantScope(OMPTraitInfo &TI); argument
10309 SmallVector<OMPDeclareVariantScope, 4> OMPDeclareVariantScopes;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2467 OMPDeclareVariantScopes.push_back(OMPDeclareVariantScope(TI)); in ActOnOpenMPBeginDeclareVariant()
6633 Sema::OMPDeclareVariantScope::OMPDeclareVariantScope(OMPTraitInfo &TI) in OMPDeclareVariantScope() function in Sema::OMPDeclareVariantScope
6642 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
6735 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnFinishedFunctionDefinitionInOpenMPDeclareVariantScope()