clang 23.0.0git
EntityLinkage.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Classes

class  clang::ssaf::EntityLinkage
 Represents the linkage properties of an entity in the program model. More...

Namespaces

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

Enumerations

enum class  clang::ssaf::EntityLinkageType { clang::ssaf::None , clang::ssaf::Internal , clang::ssaf::External }

Functions

llvm::raw_ostream & clang::ssaf::operator<< (llvm::raw_ostream &OS, EntityLinkageType Linkage)
 Writes a string representation of the linkage type to the stream.
llvm::raw_ostream & clang::ssaf::operator<< (llvm::raw_ostream &OS, const EntityLinkage &Linkage)