clang
7.0.0
|
This is the complete list of members for clang::Attr, including all inherited members.
Attr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex, bool IsLateParsed) | clang::Attr | inlineprotected |
clone(ASTContext &C) const | clang::Attr | |
getKind() const | clang::Attr | inline |
getLocation() const | clang::Attr | inline |
getRange() const | clang::Attr | inline |
getSpelling() const | clang::Attr | |
getSpellingListIndex() const | clang::Attr | inline |
Implicit | clang::Attr | protected |
Inherited | clang::Attr | protected |
InheritEvenIfAlreadyPresent | clang::Attr | protected |
isImplicit() const | clang::Attr | inline |
isInherited() const | clang::Attr | inline |
isLateParsed() const | clang::Attr | inline |
IsLateParsed | clang::Attr | protected |
IsPackExpansion | clang::Attr | protected |
isPackExpansion() const | clang::Attr | inline |
operator delete(void *data) noexcept | clang::Attr | inlineprotected |
operator delete(void *Ptr, ASTContext &C, size_t Alignment) noexcept | clang::Attr | inline |
operator new(size_t bytes) noexcept | clang::Attr | inlineprotected |
operator new(size_t Bytes, ASTContext &C, size_t Alignment=8) noexcept | clang::Attr | inline |
printPretty(raw_ostream &OS, const PrintingPolicy &Policy) const | clang::Attr | |
setImplicit(bool I) | clang::Attr | inline |
setPackExpansion(bool PE) | clang::Attr | inline |
setRange(SourceRange R) | clang::Attr | inline |
SpellingListIndex | clang::Attr | protected |