enum LanguageLinkage

Description

Describes the different kinds of language linkage (C++ [dcl.link]) that an entity may have.

Declared at: clang/include/clang/Basic/Linkage.h:64

Enumerators

NameValueComment
CLanguageLinkage0
CXXLanguageLinkage1
NoLanguageLinkage2