struct Sema::OMPDeclareVariantScope
Declaration
struct Sema::OMPDeclareVariantScope { /* full declaration omitted */ };
Description
Helper to keep information about the current `omp begin/end declare variant` nesting.
Declared at: clang/include/clang/Sema/Sema.h:10665
Member Variables
- public clang::OMPTraitInfo* TI
- The associated OpenMP context selector.
- public std::string NameSuffix
- The associated OpenMP context selector mangling.
Method Overview
- public OMPDeclareVariantScope(clang::OMPTraitInfo & TI)
Methods
ΒΆOMPDeclareVariantScope(clang::OMPTraitInfo& TI)
OMPDeclareVariantScope(clang::OMPTraitInfo& TI)
Declared at: clang/include/clang/Sema/Sema.h:10672