clang  3.7.0
clang::TranslationUnitDecl Member List

This is the complete list of members for clang::TranslationUnitDecl, including all inherited members.

Accessclang::Declprotected
add(Kind k)clang::Declstatic
addAttr(Attr *A)clang::Declinline
addDecl(Decl *D)clang::DeclContext
addDeclInternal(Decl *D)clang::DeclContext
addHiddenDecl(Decl *D)clang::DeclContext
attr_begin() const clang::Declinline
attr_end() const clang::Declinline
attr_iterator typedefclang::Decl
attr_range typedefclang::Decl
attrs() const clang::Declinline
BuildDeclChain(ArrayRef< Decl * > Decls, bool FieldsAlreadyLoaded)clang::DeclContextprotectedstatic
buildLookup()clang::DeclContext
CacheValidAndLinkageclang::Declmutableprotected
canBeWeakImported(bool &IsDefinition) const clang::Decl
castFromDeclContext(const DeclContext *DC)clang::TranslationUnitDeclinlinestatic
castToDeclContext(const TranslationUnitDecl *D)clang::TranslationUnitDeclinlinestatic
clang::Decl::castToDeclContext(const Decl *)clang::Declstatic
classof(const Decl *D)clang::TranslationUnitDeclinlinestatic
clang::DeclContext::classof(const DeclContext *D)clang::DeclContextinlinestatic
classofKind(Kind K)clang::TranslationUnitDeclinlinestatic
collectAllContexts(SmallVectorImpl< DeclContext * > &Contexts)clang::DeclContext
containsDecl(Decl *D) const clang::DeclContext
Create(ASTContext &C)clang::TranslationUnitDeclstatic
ddiag_range typedefclang::DeclContext
ddiags() const clang::DeclContextinline
Decl(Kind DK, DeclContext *DC, SourceLocation L)clang::Declinlineprotected
Decl(Kind DK, EmptyShell Empty)clang::Declinlineprotected
decl_range typedefclang::DeclContext
DeclContext(Decl::Kind K)clang::DeclContextinlineprotected
decls() const clang::DeclContextinline
decls_begin() const clang::DeclContext
decls_empty() const clang::DeclContext
decls_end() const clang::DeclContextinline
dropAttr()clang::Declinline
dropAttrs()clang::Decl
dump() const clang::Decl
dump(raw_ostream &Out) const clang::Decl
dumpColor() const clang::Decl
dumpDeclContext() const clang::DeclContext
dumpLookups() const clang::DeclContext
dumpLookups(llvm::raw_ostream &OS, bool DumpDecls=false) const clang::DeclContext
EnableStatistics()clang::Declstatic
Encloses(const DeclContext *DC) const clang::DeclContext
Equals(const DeclContext *DC) const clang::DeclContextinline
FirstDeclclang::DeclContextmutableprotected
FOK_Declared enum valueclang::Decl
FOK_None enum valueclang::Decl
FOK_Undeclared enum valueclang::Decl
FriendObjectKind enum nameclang::Decl
FromASTFileclang::Declprotected
getAccess() const clang::Declinline
getAccessUnsafe() const clang::Declinline
getAnonymousNamespace() const clang::TranslationUnitDeclinline
getAsFunction() LLVM_READONLYclang::Decl
getAsFunction() const clang::Declinline
getASTContext() const clang::TranslationUnitDeclinline
getASTMutationListener() const clang::Declprotected
getAttr() const clang::Declinline
getAttrs()clang::Declinline
getAttrs() const clang::Decl
getAvailability(std::string *Message=nullptr) const clang::Decl
getBody() const clang::Declinlinevirtual
getBodyRBrace() const clang::Decl
getCachedLinkage() const clang::Declinlineprotected
getCanonicalDecl()clang::Declinlinevirtual
getCanonicalDecl() const clang::Declinline
getDeclContext()clang::Declinline
getDeclContext() const clang::Declinline
getDeclKind() const clang::DeclContextinline
clang::getDeclKindName() const clang::Decl
clang::DeclContext::getDeclKindName() const clang::DeclContext
getEnclosingNamespaceContext()clang::DeclContext
getEnclosingNamespaceContext() const clang::DeclContextinline
getFriendObjectKind() const clang::Declinline
getFunctionType(bool BlocksToo=true) const clang::Decl
getGlobalID() const clang::Declinline
getIdentifierNamespace() const clang::Declinline
getIdentifierNamespaceForKind(Kind DK)clang::Declstatic
getImportedOwningModule() const clang::Declinline
getKind() const clang::Declinline
getLexicalDeclContext()clang::Declinline
getLexicalDeclContext() const clang::Declinline
getLexicalParent()clang::DeclContextinline
getLexicalParent() const clang::DeclContextinline
getLocalOwningModule() const clang::Declinline
getLocation() const clang::Declinline
getLocEnd() const LLVM_READONLYclang::Declinline
getLocStart() const LLVM_READONLYclang::Declinline
getLookupParent()clang::DeclContext
getLookupParent() const clang::DeclContextinline
getLookupPtr() const clang::DeclContextinline
getMaxAlignment() const clang::Decl
getMostRecentDecl()clang::Declinline
getMostRecentDecl() const clang::Declinline
getMostRecentDeclImpl()clang::Declinlineprotectedvirtual
getNextDeclInContext()clang::Declinline
getNextDeclInContext() const clang::Declinline
getNextRedeclarationImpl()clang::Declinlineprotectedvirtual
getNonClosureAncestor()clang::DeclContext
getNonClosureAncestor() const clang::DeclContextinline
getNonClosureContext()clang::Decl
getNonClosureContext() const clang::Declinline
getOuterLexicalRecordContext()clang::DeclContext
getOuterLexicalRecordContext() const clang::DeclContextinline
getOwningModuleID() const clang::Declinline
getParent()clang::DeclContextinline
getParent() const clang::DeclContextinline
getParentASTContext() const clang::DeclContextinline
getParentFunctionOrMethod() const clang::Decl
getParentFunctionOrMethod()clang::Declinline
getPreviousDecl()clang::Declinline
getPreviousDecl() const clang::Declinline
getPreviousDeclImpl()clang::Declinlineprotectedvirtual
getPrimaryContext()clang::DeclContext
getPrimaryContext() const clang::DeclContextinline
getRedeclContext()clang::DeclContext
getRedeclContext() const clang::DeclContextinline
getSourceRange() const LLVM_READONLYclang::Declinlinevirtual
getTranslationUnitDecl()clang::Decl
getTranslationUnitDecl() const clang::Declinline
hasAttr() const clang::Declinline
hasAttrs() const clang::Declinline
hasBody() const clang::Declinlinevirtual
hasCachedLinkage() const clang::Declinlineprotected
hasExternalLexicalStorage() const clang::DeclContextinline
hasExternalVisibleStorage() const clang::DeclContextinline
hasLocalOwningModuleStorage() const clang::Declprotected
hasTagIdentifierNamespace() const clang::Declinline
Hiddenclang::Declprotected
IdentifierNamespace enum nameclang::Decl
IdentifierNamespaceclang::Declprotected
IDNS_Label enum valueclang::Decl
IDNS_LocalExtern enum valueclang::Decl
IDNS_Member enum valueclang::Decl
IDNS_Namespace enum valueclang::Decl
IDNS_NonMemberOperator enum valueclang::Decl
IDNS_ObjCProtocol enum valueclang::Decl
IDNS_Ordinary enum valueclang::Decl
IDNS_OrdinaryFriend enum valueclang::Decl
IDNS_Tag enum valueclang::Decl
IDNS_TagFriend enum valueclang::Decl
IDNS_Type enum valueclang::Decl
IDNS_Using enum valueclang::Decl
InEnclosingNamespaceSetOf(const DeclContext *NS) const clang::DeclContext
isCanonicalDecl() const clang::Declinline
isClosure() const clang::DeclContextinline
isDeclInLexicalTraversal(const Decl *D) const clang::DeclContextinline
isDefinedOutsideFunctionOrMethod() const clang::Declinline
isDependentContext() const clang::DeclContext
isDeprecated(std::string *Message=nullptr) const clang::Declinline
isExternCContext() const clang::DeclContext
isExternCXXContext() const clang::DeclContext
isFileContext() const clang::DeclContextinline
isFirstDecl() const clang::Declinline
isFromASTFile() const clang::Declinline
isFunctionOrFunctionTemplate() const clang::Declinline
isFunctionOrMethod() const clang::DeclContextinline
isImplicit() const clang::Declinline
isInAnonymousNamespace() const clang::Decl
isInIdentifierNamespace(unsigned NS) const clang::Declinline
isInlineNamespace() const clang::DeclContext
isInStdNamespace() const clang::Decl
isInvalidDecl() const clang::Declinline
isLocalExternDecl()clang::Declinline
isLookupContext() const clang::DeclContextinline
isModulePrivate() const clang::Declinline
isNamespace() const clang::DeclContextinline
isObjCContainer() const clang::DeclContextinline
isOutOfLine() const clang::Declvirtual
isParameterPack() const clang::Decl
isRecord() const clang::DeclContextinline
isReferenced() const clang::Decl
isStdNamespace() const clang::DeclContext
isTagIdentifierNamespace(unsigned NS)clang::Declinlinestatic
isTemplateDecl() const clang::Decl
isTemplateParameter() const clang::Declinline
isTemplateParameterPack() const clang::Decl
isThisDeclarationReferenced() const clang::Declinline
isTopLevelDeclInObjCContainer() const clang::Declinline
isTranslationUnit() const clang::DeclContextinline
isTransparentContext() const clang::DeclContext
isUnavailable(std::string *Message=nullptr) const clang::Declinline
isUsed(bool CheckUsedAttr=true) const clang::Decl
isWeakImported() const clang::Decl
Kind enum nameclang::Decl
LastDeclclang::DeclContextmutableprotected
localUncachedLookup(DeclarationName Name, SmallVectorImpl< NamedDecl * > &Results)clang::DeclContext
lookup(DeclarationName Name) const clang::DeclContext
lookup_iterator typedefclang::DeclContext
lookup_result typedefclang::DeclContext
lookups() const clang::DeclContextinline
lookups_begin() const clang::DeclContextinline
lookups_end() const clang::DeclContextinline
lookups_range typedefclang::DeclContext
makeDeclVisibleInContext(NamedDecl *D)clang::DeclContext
markUsed(ASTContext &C)clang::Decl
ModulePrivateFlag enum valueclang::Declprotected
NextInContextAndBitsclang::Declprotected
noload_decls() const clang::DeclContextinline
noload_decls_begin() const clang::DeclContextinline
noload_decls_end() const clang::DeclContextinline
noload_lookup(DeclarationName Name)clang::DeclContext
noload_lookups() const clang::DeclContextinline
noload_lookups_begin() const clang::DeclContextinline
noload_lookups_end() const clang::DeclContextinline
OBJC_TQ_Bycopy enum valueclang::Decl
OBJC_TQ_Byref enum valueclang::Decl
OBJC_TQ_CSNullability enum valueclang::Decl
OBJC_TQ_In enum valueclang::Decl
OBJC_TQ_Inout enum valueclang::Decl
OBJC_TQ_None enum valueclang::Decl
OBJC_TQ_Oneway enum valueclang::Decl
OBJC_TQ_Out enum valueclang::Decl
ObjCDeclQualifier enum nameclang::Decl
operator new(std::size_t Size, const ASTContext &Ctx, unsigned ID, std::size_t Extra=0)clang::Declprotected
operator new(std::size_t Size, const ASTContext &Ctx, DeclContext *Parent, std::size_t Extra=0)clang::Declprotected
print(raw_ostream &Out, unsigned Indentation=0, bool PrintInstantiation=false) const clang::Decl
print(raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation=0, bool PrintInstantiation=false) const clang::Decl
printGroup(Decl **Begin, unsigned NumDecls, raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation=0)clang::Declstatic
PrintStats()clang::Declstatic
redecl_range typedefclang::Decl
redecls() const clang::Declinline
redecls_begin() const clang::Declinline
redecls_end() const clang::Declinline
removeDecl(Decl *D)clang::DeclContext
setAccess(AccessSpecifier AS)clang::Declinline
setAnonymousNamespace(NamespaceDecl *D)clang::TranslationUnitDeclinline
setAttrs(const AttrVec &Attrs)clang::Declinline
setCachedLinkage(Linkage L) const clang::Declinlineprotected
setDeclContext(DeclContext *DC)clang::Decl
setHasExternalLexicalStorage(bool ES=true)clang::DeclContextinline
setHasExternalVisibleStorage(bool ES=true)clang::DeclContextinline
setImplicit(bool I=true)clang::Declinline
setInvalidDecl(bool Invalid=true)clang::Decl
setIsUsed()clang::Declinline
setLexicalDeclContext(DeclContext *DC)clang::Decl
setLocalExternDecl()clang::Declinline
setLocalOwningModule(Module *M)clang::Declinline
setLocation(SourceLocation L)clang::Declinline
setModulePrivate(bool MP=true)clang::Declinlineprotected
setMustBuildLookupTable()clang::DeclContextinline
setNonMemberOperator()clang::Declinline
setObjectOfFriendDecl(bool PerformFriendInjection=false)clang::Declinline
setOwningModuleID(unsigned ID)clang::Declinlineprotected
setReferenced(bool R=true)clang::Declinline
setTopLevelDeclInObjCContainer(bool V=true)clang::Declinline
specific_attr_begin() const clang::Declinline
specific_attr_end() const clang::Declinline
specific_attrs() const clang::Declinline
TopLevelDeclInObjCContainerFlag enum valueclang::Declprotected
udir_iterator_base typedefclang::DeclContext
udir_range typedefclang::DeclContext
updateOutOfDate(IdentifierInfo &II) const clang::Declprotected
using_directives() const clang::DeclContext
~Decl()clang::Declprotectedvirtual
~DeclContext()clang::DeclContext