clang: clang::AttributeScopeInfo Class Reference (original) (raw)

#include "[clang/Basic/AttributeScopeInfo.h](AttributeScopeInfo%5F8h%5Fsource.html)"

Public Member Functions
AttributeScopeInfo ()=default
AttributeScopeInfo (const IdentifierInfo *Name, SourceLocation NameLoc)
AttributeScopeInfo (const IdentifierInfo *Name, SourceLocation NameLoc, SourceLocation CommonScopeLoc)
const IdentifierInfo * getName () const
SourceLocation getNameLoc () const
bool isValid () const
bool isExplicit () const

Definition at line 23 of file AttributeScopeInfo.h.

clang::AttributeScopeInfo::AttributeScopeInfo ( ) default

AttributeScopeInfo() [2/3]

AttributeScopeInfo() [3/3]

getName()

const IdentifierInfo * clang::AttributeScopeInfo::getName ( ) const inline

getNameLoc()

isExplicit()

bool clang::AttributeScopeInfo::isExplicit ( ) const inline

isValid()

bool clang::AttributeScopeInfo::isValid ( ) const inline

The documentation for this class was generated from the following file: