ASTDeclReader class | clang::UsingDirectiveDecl | friend |
classof(const Decl *D) | clang::UsingDirectiveDecl | inlinestatic |
classofKind(Kind K) | clang::UsingDirectiveDecl | inlinestatic |
Create(ASTContext &C, DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespaceLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) | clang::UsingDirectiveDecl | static |
CreateDeserialized(ASTContext &C, unsigned ID) | clang::UsingDirectiveDecl | static |
declarationReplaces(NamedDecl *OldD, bool IsKnownNewer=true) const | clang::NamedDecl | |
DeclContext class | clang::UsingDirectiveDecl | friend |
ExplicitVisibilityKind enum name | clang::NamedDecl | |
getCommonAncestor() | clang::UsingDirectiveDecl | inline |
getCommonAncestor() const | clang::UsingDirectiveDecl | inline |
getDeclName() const | clang::NamedDecl | inline |
getExplicitVisibility(ExplicitVisibilityKind kind) const | clang::NamedDecl | |
getFormalLinkage() const | clang::NamedDecl | inline |
getIdentifier() const | clang::NamedDecl | inline |
getIdentLocation() const | clang::UsingDirectiveDecl | inline |
getLinkageAndVisibility() const | clang::NamedDecl | |
getLinkageInternal() const | clang::NamedDecl | |
getMostRecentDecl() | clang::NamedDecl | inline |
getMostRecentDecl() const | clang::NamedDecl | inline |
clang::NamedDecl::getName() const | clang::NamedDecl | inline |
getNameAsString() const | clang::NamedDecl | inline |
getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const | clang::NamedDecl | virtual |
getNamespaceKeyLocation() const | clang::UsingDirectiveDecl | inline |
getNominatedNamespace() | clang::UsingDirectiveDecl | |
getNominatedNamespace() const | clang::UsingDirectiveDecl | inline |
getNominatedNamespaceAsWritten() | clang::UsingDirectiveDecl | inline |
getNominatedNamespaceAsWritten() const | clang::UsingDirectiveDecl | inline |
getObjCFStringFormattingFamily() const | clang::NamedDecl | |
getQualifiedNameAsString() const | clang::NamedDecl | |
getQualifier() const | clang::UsingDirectiveDecl | inline |
getQualifierLoc() const | clang::UsingDirectiveDecl | inline |
getSourceRange() const override LLVM_READONLY | clang::UsingDirectiveDecl | inline |
getUnderlyingDecl() | clang::NamedDecl | inline |
getUnderlyingDecl() const | clang::NamedDecl | inline |
getUsingLoc() const | clang::UsingDirectiveDecl | inline |
getVisibility() const | clang::NamedDecl | inline |
hasExternalFormalLinkage() const | clang::NamedDecl | inline |
hasLinkage() const | clang::NamedDecl | |
hasLinkageBeenComputed() const | clang::NamedDecl | inline |
isCXXClassMember() const | clang::NamedDecl | inline |
isCXXInstanceMember() const | clang::NamedDecl | |
isExternallyVisible() const | clang::NamedDecl | inline |
isHidden() const | clang::NamedDecl | inline |
isLinkageValid() const | clang::NamedDecl | |
NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) | clang::NamedDecl | inlineprotected |
printName(raw_ostream &os) const | clang::NamedDecl | inline |
printQualifiedName(raw_ostream &OS) const | clang::NamedDecl | |
printQualifiedName(raw_ostream &OS, const PrintingPolicy &Policy) const | clang::NamedDecl | |
setDeclName(DeclarationName N) | clang::NamedDecl | inline |
setHidden(bool Hide) | clang::NamedDecl | inline |
VisibilityForType enum value | clang::NamedDecl | |
VisibilityForValue enum value | clang::NamedDecl | |