clang 23.0.0git
ModelStringConversions.h File Reference
#include "clang/Analysis/Scalable/Model/BuildNamespace.h"
#include "clang/Analysis/Scalable/Model/EntityLinkage.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/ErrorHandling.h"
#include <optional>

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::ssaf

Functions

llvm::StringRef clang::ssaf::buildNamespaceKindToString (BuildNamespaceKind BNK)
 Returns the canonical string representation of BNK used for serialization and display (e.g.
std::optional< BuildNamespaceKindclang::ssaf::buildNamespaceKindFromString (llvm::StringRef Str)
 Parses a string produced by buildNamespaceKindToString().
llvm::StringRef clang::ssaf::entityLinkageTypeToString (EntityLinkageType LT)
 Returns the canonical string representation of LT used for serialization and display (e.g.
std::optional< EntityLinkageTypeclang::ssaf::entityLinkageTypeFromString (llvm::StringRef Str)
 Parses a string produced by entityLinkageTypeToString().