clang
3.9.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, bool DuplicatesAllowed) | clang::Attr | inlineprotected |
clone(ASTContext &C) const | clang::Attr | |
DuplicatesAllowed | clang::Attr | protected |
duplicatesAllowed() const | clang::Attr | inline |
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 |
isImplicit() const | clang::Attr | inline |
isInherited() const | clang::Attr | inline |
isLateParsed() const | clang::Attr | inline |
IsLateParsed | clang::Attr | protected |
isPackExpansion() const | clang::Attr | inline |
IsPackExpansion | clang::Attr | protected |
operator delete(void *data) LLVM_NOEXCEPT | clang::Attr | inlineprotected |
operator delete(void *Ptr, ASTContext &C, size_t Alignment) LLVM_NOEXCEPT | clang::Attr | inline |
operator new(size_t bytes) LLVM_NOEXCEPT | clang::Attr | inlineprotected |
operator new(size_t Bytes, ASTContext &C, size_t Alignment=8) LLVM_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 |