, including all inherited members.
Access | clang::Decl | [protected] |
add(Kind k) | clang::Decl | [static] |
addAttr(Attr *A) | clang::Decl | [inline] |
addDecl(Decl *D) | clang::DeclContext | |
addDeclInternal(Decl *D) | clang::DeclContext | |
addHiddenDecl(Decl *D) | clang::DeclContext | |
addOverriddenMethod(const CXXMethodDecl *MD) | clang::CXXMethodDecl | |
ASTDeclReader class | clang::CXXConversionDecl | [friend] |
ASTDeclWriter class | clang::CXXConversionDecl | [friend] |
ASTReader class | clang::Decl | [friend] |
ASTWriter class | clang::DeclContext | [friend] |
attr_begin() const | clang::Decl | [inline] |
attr_end() const | clang::Decl | [inline] |
attr_iterator typedef | clang::Decl | |
attr_range typedef | clang::Decl | |
attrs() const | clang::Decl | [inline] |
begin_overridden_methods() const | clang::CXXMethodDecl | |
BuildDeclChain(ArrayRef< Decl * > Decls, bool FieldsAlreadyLoaded) | clang::DeclContext | [protected, static] |
buildLookup() | clang::DeclContext | |
CacheValidAndLinkage | clang::Decl | [mutable, protected] |
canBeWeakImported(bool &IsDefinition) const | clang::Decl | |
castFromDeclContext(const DeclContext *DC) | clang::FunctionDecl | [inline, static] |
castToDeclContext(const FunctionDecl *D) | clang::FunctionDecl | [inline, static] |
clang::DeclaratorDecl::castToDeclContext(const Decl *) | clang::Decl | [static] |
classof(const Decl *D) | clang::CXXConversionDecl | [inline, static] |
clang::DeclContext::classof(const DeclContext *D) | clang::DeclContext | [inline, static] |
classofKind(Kind K) | clang::CXXConversionDecl | [inline, static] |
collectAllContexts(SmallVectorImpl< DeclContext * > &Contexts) | clang::DeclContext | |
containsDecl(Decl *D) const | clang::DeclContext | |
Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isExplicit, bool isConstexpr, SourceLocation EndLocation) | clang::CXXConversionDecl | [static] |
clang::CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) | clang::CXXMethodDecl | [static] |
clang::FunctionDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation NLoc, DeclarationName N, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInlineSpecified=false, bool hasWrittenPrototype=true, bool isConstexprSpecified=false) | clang::FunctionDecl | [inline, static] |
clang::FunctionDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInlineSpecified, bool hasWrittenPrototype, bool isConstexprSpecified=false) | clang::FunctionDecl | [static] |
CreateDeserialized(ASTContext &C, unsigned ID) | clang::CXXConversionDecl | [static] |
CXXClassMemberWrapper class | clang::Decl | [friend] |
CXXMethodDecl(Kind DK, ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, bool isInline, bool isConstexpr, SourceLocation EndLocation) | clang::CXXMethodDecl | [inline, protected] |
ddiag_range typedef | clang::DeclContext | |
ddiags() const | clang::DeclContext | [inline] |
Decl(Kind DK, DeclContext *DC, SourceLocation L) | clang::Decl | [inline, protected] |
Decl(Kind DK, EmptyShell Empty) | clang::Decl | [inline, protected] |
decl_range typedef | clang::DeclContext | |
declarationReplaces(NamedDecl *OldD) const | clang::NamedDecl | |
DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL) | clang::DeclaratorDecl | [inline, protected] |
DeclContext(Decl::Kind K) | clang::DeclContext | [inline, protected] |
decls() const | clang::DeclContext | [inline] |
decls_begin() const | clang::DeclContext | |
decls_empty() const | clang::DeclContext | |
decls_end() const | clang::DeclContext | [inline] |
doesDeclarationForceExternallyVisibleDefinition() const | clang::FunctionDecl | |
doesThisDeclarationHaveABody() const | clang::FunctionDecl | [inline] |
dropAttr() | clang::Decl | [inline] |
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::Decl | [static] |
Encloses(const DeclContext *DC) const | clang::DeclContext | |
end_overridden_methods() const | clang::CXXMethodDecl | |
Equals(const DeclContext *DC) const | clang::DeclContext | [inline] |
ExplicitVisibilityKind enum name | clang::NamedDecl | |
ExternalASTSource class | clang::DeclContext | [friend] |
FirstDecl | clang::DeclContext | [mutable, protected] |
FOK_Declared enum value | clang::Decl | |
FOK_None enum value | clang::Decl | |
FOK_Undeclared enum value | clang::Decl | |
FriendObjectKind enum name | clang::Decl | |
FromASTFile | clang::Decl | [protected] |
FunctionDecl(Kind DK, ASTContext &C, DeclContext *DC, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass S, bool isInlineSpecified, bool isConstexprSpecified) | clang::FunctionDecl | [inline, protected] |
getAccess() const | clang::Decl | [inline] |
getAccessUnsafe() const | clang::Decl | [inline] |
getAsFunction() LLVM_READONLY | clang::Decl | |
getAsFunction() const | clang::Decl | [inline] |
getASTContext() const LLVM_READONLY | clang::Decl | |
getASTMutationListener() const | clang::Decl | [protected] |
getAttr() const | clang::Decl | [inline] |
getAttrs() | clang::Decl | [inline] |
getAttrs() const | clang::Decl | |
getAvailability(std::string *Message=nullptr) const | clang::Decl | |
getBody(const FunctionDecl *&Definition) const | clang::FunctionDecl | |
getBody() const override | clang::FunctionDecl | [inline, virtual] |
getBodyRBrace() const | clang::Decl | |
getBuiltinID() const | clang::FunctionDecl | |
getCachedLinkage() const | clang::Decl | [inline, protected] |
getCallResultType() const | clang::FunctionDecl | [inline] |
getCanonicalDecl() override | clang::CXXMethodDecl | [inline, virtual] |
getCanonicalDecl() const override | clang::CXXMethodDecl | [inline, virtual] |
getClassScopeSpecializationPattern() const | clang::FunctionDecl | |
getConversionType() const | clang::CXXConversionDecl | [inline] |
getCorrespondingMethodInClass(const CXXRecordDecl *RD, bool MayBeBase=false) | clang::CXXMethodDecl | |
getCorrespondingMethodInClass(const CXXRecordDecl *RD, bool MayBeBase=false) const | clang::CXXMethodDecl | [inline] |
getCorrespondingUnsizedGlobalDeallocationFunction() const | clang::FunctionDecl | |
getDeclContext() | clang::Decl | [inline] |
getDeclContext() const | clang::Decl | [inline] |
getDeclKind() const | clang::DeclContext | [inline] |
clang::getDeclKindName() const | clang::Decl | |
clang::DeclContext::getDeclKindName() const | clang::DeclContext | |
getDeclName() const | clang::NamedDecl | [inline] |
getDeclsInPrototypeScope() const | clang::FunctionDecl | [inline] |
getDependentSpecializationInfo() const | clang::FunctionDecl | [inline] |
getDescribedFunctionTemplate() const | clang::FunctionDecl | [inline] |
getEnclosingNamespaceContext() | clang::DeclContext | |
getEnclosingNamespaceContext() const | clang::DeclContext | [inline] |
getExplicitVisibility(ExplicitVisibilityKind kind) const | clang::NamedDecl | |
getFirstDecl() | clang::Redeclarable< FunctionDecl > | [inline] |
getFirstDecl() const | clang::Redeclarable< FunctionDecl > | [inline] |
getFormalLinkage() const | clang::NamedDecl | [inline] |
getFriendObjectKind() const | clang::Decl | [inline] |
getFunctionType(bool BlocksToo=true) const | clang::Decl | |
getGlobalID() const | clang::Decl | [inline] |
getIdentifier() const | clang::NamedDecl | [inline] |
getIdentifierNamespace() const | clang::Decl | [inline] |
getIdentifierNamespaceForKind(Kind DK) | clang::Decl | [static] |
getInnerLocStart() const | clang::DeclaratorDecl | [inline] |
getInstantiatedFromMemberFunction() const | clang::FunctionDecl | |
getKind() const | clang::Decl | [inline] |
getLanguageLinkage() const | clang::FunctionDecl | |
getLexicalDeclContext() | clang::Decl | [inline] |
getLexicalDeclContext() const | clang::Decl | [inline] |
getLexicalParent() | clang::DeclContext | [inline] |
getLexicalParent() const | clang::DeclContext | [inline] |
getLinkageAndVisibility() const | clang::NamedDecl | |
getLinkageInternal() const | clang::NamedDecl | |
getLiteralIdentifier() const | clang::FunctionDecl | |
getLocation() const | clang::Decl | [inline] |
getLocEnd() const LLVM_READONLY | clang::Decl | [inline] |
getLocStart() const LLVM_READONLY | clang::DeclaratorDecl | [inline] |
getLookupParent() | clang::DeclContext | |
getLookupParent() const | clang::DeclContext | [inline] |
getLookupPtr() const | clang::DeclContext | [inline] |
getMaxAlignment() const | clang::Decl | |
getMemberSpecializationInfo() const | clang::FunctionDecl | [inline] |
getMemoryFunctionKind() const | clang::FunctionDecl | |
getMinRequiredArguments() const | clang::FunctionDecl | |
getMostRecentDecl() | clang::CXXMethodDecl | [inline] |
getMostRecentDecl() const | clang::CXXMethodDecl | [inline] |
getMostRecentDeclImpl() override | clang::FunctionDecl | [inline, protected, virtual] |
getName() const | clang::NamedDecl | [inline] |
getNameAsString() const | clang::NamedDecl | [inline] |
getNameForDiagnostic(raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const override | clang::FunctionDecl | [virtual] |
getNameInfo() const | clang::FunctionDecl | [inline] |
getNextDeclInContext() | clang::Decl | [inline] |
getNextDeclInContext() const | clang::Decl | [inline] |
getNextRedeclaration() const | clang::Redeclarable< FunctionDecl > | [inline, protected] |
getNextRedeclarationImpl() override | clang::FunctionDecl | [inline, protected, virtual] |
getNonClosureAncestor() | clang::DeclContext | |
getNonClosureAncestor() const | clang::DeclContext | [inline] |
getNonClosureContext() | clang::Decl | |
getNonClosureContext() const | clang::Decl | [inline] |
getNumParams() const | clang::FunctionDecl | |
getNumTemplateParameterLists() const | clang::DeclaratorDecl | [inline] |
getObjCFStringFormattingFamily() const | clang::NamedDecl | |
getOuterLexicalRecordContext() | clang::DeclContext | |
getOuterLexicalRecordContext() const | clang::DeclContext | [inline] |
getOuterLocStart() const | clang::DeclaratorDecl | |
getOverloadedOperator() const | clang::FunctionDecl | |
getOwningModule() const | clang::Decl | [inline] |
getOwningModuleID() const | clang::Decl | [inline] |
getParamDecl(unsigned i) const | clang::FunctionDecl | [inline] |
getParamDecl(unsigned i) | clang::FunctionDecl | [inline] |
getParent() const | clang::CXXMethodDecl | [inline] |
getParent() | clang::CXXMethodDecl | [inline] |
getParentASTContext() const | clang::DeclContext | [inline] |
getParentFunctionOrMethod() const | clang::Decl | |
getParentFunctionOrMethod() | clang::Decl | [inline] |
getPointOfInstantiation() const | clang::FunctionDecl | |
clang::getPreviousDecl() | clang::Decl | [inline] |
clang::getPreviousDecl() const | clang::Decl | [inline] |
Redeclarable< FunctionDecl >::getPreviousDecl() | clang::Redeclarable< FunctionDecl > | [inline] |
Redeclarable< FunctionDecl >::getPreviousDecl() const | clang::Redeclarable< FunctionDecl > | [inline] |
getPreviousDeclImpl() override | clang::FunctionDecl | [inline, protected, virtual] |
getPrimaryContext() | clang::DeclContext | |
getPrimaryContext() const | clang::DeclContext | [inline] |
getPrimaryTemplate() const | clang::FunctionDecl | |
getQualifiedNameAsString() const | clang::NamedDecl | |
getQualifier() const | clang::DeclaratorDecl | [inline] |
getQualifierLoc() const | clang::DeclaratorDecl | [inline] |
getRedeclContext() | clang::DeclContext | |
getRedeclContext() const | clang::DeclContext | [inline] |
getRefQualifier() const | clang::CXXMethodDecl | [inline] |
getReturnType() const | clang::FunctionDecl | [inline] |
getReturnTypeSourceRange() const | clang::FunctionDecl | |
getSourceRange() const override LLVM_READONLY | clang::FunctionDecl | [virtual] |
getStorageClass() const | clang::FunctionDecl | [inline] |
getTemplatedKind() const | clang::FunctionDecl | |
getTemplateInstantiationPattern() const | clang::FunctionDecl | |
getTemplateParameterList(unsigned index) const | clang::DeclaratorDecl | [inline] |
getTemplateSpecializationArgs() const | clang::FunctionDecl | |
getTemplateSpecializationArgsAsWritten() const | clang::FunctionDecl | |
getTemplateSpecializationInfo() const | clang::FunctionDecl | [inline] |
getTemplateSpecializationKind() const | clang::FunctionDecl | |
getThisType(ASTContext &C) const | clang::CXXMethodDecl | |
getTranslationUnitDecl() | clang::Decl | |
getTranslationUnitDecl() const | clang::Decl | [inline] |
getType() const | clang::ValueDecl | [inline] |
getTypeQualifiers() const | clang::CXXMethodDecl | [inline] |
getTypeSourceInfo() const | clang::DeclaratorDecl | [inline] |
getTypeSpecStartLoc() const | clang::DeclaratorDecl | |
getUnderlyingDecl() | clang::NamedDecl | [inline] |
getUnderlyingDecl() const | clang::NamedDecl | [inline] |
getVisibility() const | clang::NamedDecl | [inline] |
hasAttr() const | clang::Decl | [inline] |
hasAttrs() const | clang::Decl | [inline] |
hasBody(const FunctionDecl *&Definition) const | clang::FunctionDecl | |
hasBody() const override | clang::FunctionDecl | [inline, virtual] |
hasCachedLinkage() const | clang::Decl | [inline, protected] |
hasExternalFormalLinkage() const | clang::NamedDecl | [inline] |
hasExternalLexicalStorage() const | clang::DeclContext | [inline] |
hasExternalVisibleStorage() const | clang::DeclContext | [inline] |
hasImplicitReturnZero() const | clang::FunctionDecl | [inline] |
hasInheritedPrototype() const | clang::FunctionDecl | [inline] |
hasInlineBody() const | clang::CXXMethodDecl | |
hasLinkage() const | clang::NamedDecl | |
hasLinkageBeenComputed() const | clang::NamedDecl | [inline] |
hasPrototype() const | clang::FunctionDecl | [inline] |
hasSkippedBody() const | clang::FunctionDecl | [inline] |
hasTagIdentifierNamespace() const | clang::Decl | [inline] |
hasTrivialBody() const | clang::FunctionDecl | |
hasWrittenPrototype() const | clang::FunctionDecl | [inline] |
Hidden | clang::Decl | [protected] |
IdentifierNamespace enum name | clang::Decl | |
IdentifierNamespace | clang::Decl | [protected] |
IDNS_Label enum value | clang::Decl | |
IDNS_LocalExtern enum value | clang::Decl | |
IDNS_Member enum value | clang::Decl | |
IDNS_Namespace enum value | clang::Decl | |
IDNS_NonMemberOperator enum value | clang::Decl | |
IDNS_ObjCProtocol enum value | clang::Decl | |
IDNS_Ordinary enum value | clang::Decl | |
IDNS_OrdinaryFriend enum value | clang::Decl | |
IDNS_Tag enum value | clang::Decl | |
IDNS_TagFriend enum value | clang::Decl | |
IDNS_Type enum value | clang::Decl | |
IDNS_Using enum value | clang::Decl | |
InEnclosingNamespaceSetOf(const DeclContext *NS) const | clang::DeclContext | |
isCanonicalDecl() const | clang::Decl | [inline] |
isClosure() const | clang::DeclContext | [inline] |
isConst() const | clang::CXXMethodDecl | [inline] |
isConstexpr() const | clang::FunctionDecl | [inline] |
isCopyAssignmentOperator() const | clang::CXXMethodDecl | |
isCXXClassMember() const | clang::NamedDecl | [inline] |
isCXXInstanceMember() const | clang::NamedDecl | |
isDeclInLexicalTraversal(const Decl *D) const | clang::DeclContext | [inline] |
isDefaulted() const | clang::FunctionDecl | [inline] |
isDefined(const FunctionDecl *&Definition) const | clang::FunctionDecl | |
isDefined() const | clang::FunctionDecl | [inline, virtual] |
isDefinedOutsideFunctionOrMethod() const | clang::Decl | [inline] |
isDeleted() const | clang::FunctionDecl | [inline] |
isDeletedAsWritten() const | clang::FunctionDecl | [inline] |
isDependentContext() const | clang::DeclContext | |
isDeprecated(std::string *Message=nullptr) const | clang::Decl | [inline] |
isExplicit() const | clang::CXXConversionDecl | [inline] |
isExplicitlyDefaulted() const | clang::FunctionDecl | [inline] |
isExplicitSpecified() const | clang::CXXConversionDecl | [inline] |
isExternallyVisible() const | clang::NamedDecl | [inline] |
isExternC() const | clang::FunctionDecl | |
isExternCContext() const | clang::DeclContext | |
isExternCXXContext() const | clang::DeclContext | |
isFileContext() const | clang::DeclContext | [inline] |
clang::isFirstDecl() const | clang::Decl | [inline] |
Redeclarable< FunctionDecl >::isFirstDecl() const | clang::Redeclarable< FunctionDecl > | [inline] |
isFromASTFile() const | clang::Decl | [inline] |
isFunctionOrFunctionTemplate() const | clang::Decl | [inline] |
isFunctionOrMethod() const | clang::DeclContext | [inline] |
isFunctionTemplateSpecialization() const | clang::FunctionDecl | [inline] |
isGlobal() const | clang::FunctionDecl | |
isHidden() const | clang::NamedDecl | [inline] |
isImplicit() const | clang::Decl | [inline] |
isImplicitlyInstantiable() const | clang::FunctionDecl | |
isInAnonymousNamespace() const | clang::Decl | |
isInExternCContext() const | clang::FunctionDecl | |
isInExternCXXContext() const | clang::FunctionDecl | |
isInIdentifierNamespace(unsigned NS) const | clang::Decl | [inline] |
isInlined() const | clang::FunctionDecl | [inline] |
isInlineDefinitionExternallyVisible() const | clang::FunctionDecl | |
isInlineNamespace() const | clang::DeclContext | |
isInlineSpecified() const | clang::FunctionDecl | [inline] |
isInstance() const | clang::CXXMethodDecl | [inline] |
isInStdNamespace() const | clang::Decl | |
isInvalidDecl() const | clang::Decl | [inline] |
isLambdaStaticInvoker() const | clang::CXXMethodDecl | |
isLambdaToBlockPointerConversion() const | clang::CXXConversionDecl | |
isLateTemplateParsed() const | clang::FunctionDecl | [inline] |
isLinkageValid() const | clang::NamedDecl | |
isLocalExternDecl() | clang::Decl | [inline] |
isMain() const | clang::FunctionDecl | |
isModulePrivate() const | clang::Decl | [inline] |
isMoveAssignmentOperator() const | clang::CXXMethodDecl | |
isMSExternInline() const | clang::FunctionDecl | |
isMSVCRTEntryPoint() const | clang::FunctionDecl | |
isNamespace() const | clang::DeclContext | [inline] |
isNoReturn() const | clang::FunctionDecl | |
isObjCContainer() const | clang::DeclContext | [inline] |
isOutOfLine() const override | clang::FunctionDecl | [virtual] |
isOverloadedOperator() const | clang::FunctionDecl | [inline] |
isParameterPack() const | clang::Decl | |
isPure() const | clang::FunctionDecl | [inline] |
isRecord() const | clang::DeclContext | [inline] |
isReferenced() const | clang::Decl | |
isReplaceableGlobalAllocationFunction() const | clang::FunctionDecl | |
isReservedGlobalPlacementOperator() const | clang::FunctionDecl | |
isStatic() const | clang::CXXMethodDecl | |
isStaticOverloadedOperator(OverloadedOperatorKind OOK) | clang::CXXMethodDecl | [inline, static] |
isStdNamespace() const | clang::DeclContext | |
isTagIdentifierNamespace(unsigned NS) | clang::Decl | [inline, static] |
isTemplateDecl() const | clang::Decl | |
isTemplateInstantiation() const | clang::FunctionDecl | |
isTemplateParameter() const | clang::Decl | [inline] |
isTemplateParameterPack() const | clang::Decl | |
isThisDeclarationADefinition() const | clang::FunctionDecl | [inline] |
isThisDeclarationReferenced() const | clang::Decl | [inline] |
isTopLevelDeclInObjCContainer() const | clang::Decl | [inline] |
isTranslationUnit() const | clang::DeclContext | [inline] |
isTransparentContext() const | clang::DeclContext | |
isTrivial() const | clang::FunctionDecl | [inline] |
isUnavailable(std::string *Message=nullptr) const | clang::Decl | [inline] |
isUsed(bool CheckUsedAttr=true) const | clang::Decl | |
isUserProvided() const | clang::CXXMethodDecl | [inline] |
isUsualDeallocationFunction() const | clang::CXXMethodDecl | |
isVariadic() const | clang::FunctionDecl | |
isVirtual() const | clang::CXXMethodDecl | [inline] |
isVirtualAsWritten() const | clang::FunctionDecl | [inline] |
isVolatile() const | clang::CXXMethodDecl | [inline] |
isWeak() const | clang::ValueDecl | |
isWeakImported() const | clang::Decl | |
Kind enum name | clang::Decl | |
LastDecl | clang::DeclContext | [mutable, protected] |
LatestDeclLink(const ASTContext &Ctx) | clang::Redeclarable< FunctionDecl > | [inline, protected, static] |
LinkageComputer class | clang::Decl | [friend] |
localUncachedLookup(DeclarationName Name, SmallVectorImpl< NamedDecl * > &Results) | clang::DeclContext | |
lookup(DeclarationName Name) | clang::DeclContext | |
lookup(DeclarationName Name) const | clang::DeclContext | [inline] |
lookup_const_iterator typedef | clang::DeclContext | |
lookup_const_result typedef | clang::DeclContext | |
lookup_iterator typedef | clang::DeclContext | |
lookup_result typedef | clang::DeclContext | |
lookups() const | clang::DeclContext | [inline] |
lookups_begin() const | clang::DeclContext | [inline] |
lookups_end() const | clang::DeclContext | [inline] |
lookups_range typedef | clang::DeclContext | |
makeDeclVisibleInContext(NamedDecl *D) | clang::DeclContext | |
markUsed(ASTContext &C) | clang::Decl | |
method_iterator typedef | clang::CXXMethodDecl | |
ModulePrivateFlag enum value | clang::Decl | [protected] |
NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) | clang::NamedDecl | [inline, protected] |
NextInContextAndBits | clang::Decl | [protected] |
noload_decls() const | clang::DeclContext | [inline] |
noload_decls_begin() const | clang::DeclContext | [inline] |
noload_decls_end() const | clang::DeclContext | [inline] |
noload_lookup(DeclarationName Name) | clang::DeclContext | |
noload_lookups() const | clang::DeclContext | [inline] |
noload_lookups_begin() const | clang::DeclContext | [inline] |
noload_lookups_end() const | clang::DeclContext | [inline] |
OBJC_TQ_Bycopy enum value | clang::Decl | |
OBJC_TQ_Byref enum value | clang::Decl | |
OBJC_TQ_In enum value | clang::Decl | |
OBJC_TQ_Inout enum value | clang::Decl | |
OBJC_TQ_None enum value | clang::Decl | |
OBJC_TQ_Oneway enum value | clang::Decl | |
OBJC_TQ_Out enum value | clang::Decl | |
ObjCDeclQualifier enum name | clang::Decl | |
operator new(std::size_t Size, const ASTContext &Ctx, unsigned ID, std::size_t Extra=0) | clang::Decl | [protected] |
operator new(std::size_t Size, const ASTContext &Ctx, DeclContext *Parent, std::size_t Extra=0) | clang::Decl | [protected] |
param_begin() | clang::FunctionDecl | [inline] |
param_begin() const | clang::FunctionDecl | [inline] |
param_const_iterator typedef | clang::FunctionDecl | |
param_const_range typedef | clang::FunctionDecl | |
param_end() | clang::FunctionDecl | [inline] |
param_end() const | clang::FunctionDecl | [inline] |
param_iterator typedef | clang::FunctionDecl | |
param_range typedef | clang::FunctionDecl | |
param_size() const | clang::FunctionDecl | [inline] |
parameters() const | clang::FunctionDecl | [inline] |
params() | clang::FunctionDecl | [inline] |
params() const | clang::FunctionDecl | [inline] |
PreviousDeclLink(FunctionDecl *D) | clang::Redeclarable< FunctionDecl > | [inline, protected, static] |
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::Decl | [static] |
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 | |
PrintStats() | clang::Decl | [static] |
redecl_iterator typedef | clang::FunctionDecl | |
redecl_range typedef | clang::FunctionDecl | |
clang::Redeclarable class | clang::Decl | [friend] |
Redeclarable< FunctionDecl >::Redeclarable(const ASTContext &Ctx) | clang::Redeclarable< FunctionDecl > | [inline] |
redeclarable_base typedef | clang::FunctionDecl | [protected] |
RedeclLink | clang::Redeclarable< FunctionDecl > | [protected] |
clang::redecls() const | clang::Decl | [inline] |
Redeclarable< FunctionDecl >::redecls() const | clang::Redeclarable< FunctionDecl > | [inline] |
clang::redecls_begin() const | clang::Decl | [inline] |
Redeclarable< FunctionDecl >::redecls_begin() const | clang::Redeclarable< FunctionDecl > | [inline] |
clang::redecls_end() const | clang::Decl | [inline] |
Redeclarable< FunctionDecl >::redecls_end() const | clang::Redeclarable< FunctionDecl > | [inline] |
removeDecl(Decl *D) | clang::DeclContext | |
setAccess(AccessSpecifier AS) | clang::Decl | [inline] |
setAttrs(const AttrVec &Attrs) | clang::Decl | [inline] |
setBody(Stmt *B) | clang::FunctionDecl | |
setCachedLinkage(Linkage L) const | clang::Decl | [inline, protected] |
setConstexpr(bool IC) | clang::FunctionDecl | [inline] |
setDeclContext(DeclContext *DC) | clang::Decl | |
setDeclName(DeclarationName N) | clang::NamedDecl | [inline] |
setDeclsInPrototypeScope(ArrayRef< NamedDecl * > NewDecls) | clang::FunctionDecl | |
setDefaulted(bool D=true) | clang::FunctionDecl | [inline] |
setDeletedAsWritten(bool D=true) | clang::FunctionDecl | [inline] |
setDependentTemplateSpecialization(ASTContext &Context, const UnresolvedSetImpl &Templates, const TemplateArgumentListInfo &TemplateArgs) | clang::FunctionDecl | |
setDescribedFunctionTemplate(FunctionTemplateDecl *Template) | clang::FunctionDecl | [inline] |
setExplicitlyDefaulted(bool ED=true) | clang::FunctionDecl | [inline] |
setFunctionTemplateSpecialization(FunctionTemplateDecl *Template, const TemplateArgumentList *TemplateArgs, void *InsertPos, TemplateSpecializationKind TSK=TSK_ImplicitInstantiation, const TemplateArgumentListInfo *TemplateArgsAsWritten=nullptr, SourceLocation PointOfInstantiation=SourceLocation()) | clang::FunctionDecl | [inline] |
setHasExternalLexicalStorage(bool ES=true) | clang::DeclContext | [inline] |
setHasExternalVisibleStorage(bool ES=true) | clang::DeclContext | [inline] |
setHasImplicitReturnZero(bool IRZ) | clang::FunctionDecl | [inline] |
setHasInheritedPrototype(bool P=true) | clang::FunctionDecl | [inline] |
setHasSkippedBody(bool Skipped=true) | clang::FunctionDecl | [inline] |
setHidden(bool Hide) | clang::NamedDecl | [inline] |
setImplicit(bool I=true) | clang::Decl | [inline] |
setImplicitlyInline() | clang::FunctionDecl | [inline] |
setInlineSpecified(bool I) | clang::FunctionDecl | [inline] |
setInnerLocStart(SourceLocation L) | clang::DeclaratorDecl | [inline] |
setInstantiationOfMemberFunction(FunctionDecl *FD, TemplateSpecializationKind TSK) | clang::FunctionDecl | [inline] |
setInvalidDecl(bool Invalid=true) | clang::Decl | |
setIsUsed() | clang::Decl | [inline] |
setLateTemplateParsed(bool ILT=true) | clang::FunctionDecl | [inline] |
setLazyBody(uint64_t Offset) | clang::FunctionDecl | [inline] |
setLexicalDeclContext(DeclContext *DC) | clang::Decl | |
setLocalExternDecl() | clang::Decl | [inline] |
setLocation(SourceLocation L) | clang::Decl | [inline] |
setModulePrivate(bool MP=true) | clang::Decl | [inline, protected] |
setMustBuildLookupTable() | clang::DeclContext | [inline] |
setNonMemberOperator() | clang::Decl | [inline] |
setObjectOfFriendDecl(bool PerformFriendInjection=false) | clang::Decl | [inline] |
setOwningModuleID(unsigned ID) | clang::Decl | [inline, protected] |
setParams(ArrayRef< ParmVarDecl * > NewParamInfo) | clang::FunctionDecl | [inline] |
setPreviousDecl(FunctionDecl *PrevDecl) | clang::Redeclarable< FunctionDecl > | |
setPreviousDeclaration(FunctionDecl *PrevDecl) | clang::FunctionDecl | |
setPure(bool P=true) | clang::FunctionDecl | |
setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) | clang::DeclaratorDecl | |
setRangeEnd(SourceLocation E) | clang::FunctionDecl | [inline] |
setReferenced(bool R=true) | clang::Decl | [inline] |
setTemplateParameterListsInfo(ASTContext &Context, unsigned NumTPLists, TemplateParameterList **TPLists) | clang::DeclaratorDecl | |
setTemplateSpecializationKind(TemplateSpecializationKind TSK, SourceLocation PointOfInstantiation=SourceLocation()) | clang::FunctionDecl | |
setTopLevelDeclInObjCContainer(bool V=true) | clang::Decl | [inline] |
setTrivial(bool IT) | clang::FunctionDecl | [inline] |
setType(QualType newType) | clang::ValueDecl | [inline] |
setTypeSourceInfo(TypeSourceInfo *TI) | clang::DeclaratorDecl | [inline] |
setVirtualAsWritten(bool V) | clang::FunctionDecl | [inline] |
size_overridden_methods() const | clang::CXXMethodDecl | |
specific_attr_begin() const | clang::Decl | [inline] |
specific_attr_end() const | clang::Decl | [inline] |
specific_attrs() const | clang::Decl | [inline] |
TemplatedKind enum name | clang::FunctionDecl | |
TK_DependentFunctionTemplateSpecialization enum value | clang::FunctionDecl | |
TK_FunctionTemplate enum value | clang::FunctionDecl | |
TK_FunctionTemplateSpecialization enum value | clang::FunctionDecl | |
TK_MemberSpecialization enum value | clang::FunctionDecl | |
TK_NonTemplate enum value | clang::FunctionDecl | |
TopLevelDeclInObjCContainerFlag enum value | clang::Decl | [protected] |
udir_range typedef | clang::DeclContext | |
updateOutOfDate(IdentifierInfo &II) const | clang::Decl | [protected] |
using_directives() const | clang::DeclContext | |
ValueDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N, QualType T) | clang::ValueDecl | [inline, protected] |
VisibilityForType enum value | clang::NamedDecl | |
VisibilityForValue enum value | clang::NamedDecl | |
~Decl() | clang::Decl | [protected, virtual] |
~DeclContext() | clang::DeclContext | |