clang
10.0.0git
|
This is the complete list of members for clang::ODRHash, including all inherited members.
AddBoolean(bool value) | clang::ODRHash | |
AddCXXRecordDecl(const CXXRecordDecl *Record) | clang::ODRHash | |
AddDecl(const Decl *D) | clang::ODRHash | |
AddDeclarationName(DeclarationName Name, bool TreatAsDecl=false) | clang::ODRHash | |
AddEnumDecl(const EnumDecl *Enum) | clang::ODRHash | |
AddFunctionDecl(const FunctionDecl *Function, bool SkipBody=false) | clang::ODRHash | |
AddIdentifierInfo(const IdentifierInfo *II) | clang::ODRHash | |
AddNestedNameSpecifier(const NestedNameSpecifier *NNS) | clang::ODRHash | |
AddQualType(QualType T) | clang::ODRHash | |
AddStmt(const Stmt *S) | clang::ODRHash | |
AddSubDecl(const Decl *D) | clang::ODRHash | |
AddTemplateArgument(TemplateArgument TA) | clang::ODRHash | |
AddTemplateName(TemplateName Name) | clang::ODRHash | |
AddTemplateParameterList(const TemplateParameterList *TPL) | clang::ODRHash | |
AddType(const Type *T) | clang::ODRHash | |
CalculateHash() | clang::ODRHash | |
clear() | clang::ODRHash | |
isWhitelistedDecl(const Decl *D, const DeclContext *Parent) | clang::ODRHash | static |
ODRHash() | clang::ODRHash | inline |