ΒΆllvm::StringRef getOpenMPContextTraitPropertyName(
    llvm::omp::TraitProperty Kind,
    llvm::StringRef RawString)

Description

Return a textual representation of the trait property \p Kind, which might be the raw string we parsed (\p RawString) if we do not translate the property into a (distinct) enum.

Declared at: llvm/include/llvm/Frontend/OpenMP/OMPContext.h:85

Parameters

llvm::omp::TraitProperty Kind
llvm::StringRef RawString