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

Methods

ΒΆOMPDeclareVariantScope(clang::OMPTraitInfo& TI)

Declared at: clang/include/clang/Sema/Sema.h:10672

Parameters

clang::OMPTraitInfo& TI