Searched refs:ProcessAPINotes (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAPINotes.cpp | 248 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function 316 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function 339 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info), in ProcessAPINotes() 447 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function 458 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info), in ProcessAPINotes() 463 static void ProcessAPINotes(Sema &S, ParmVarDecl *D, in ProcessAPINotes() function 484 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info), in ProcessAPINotes() 489 static void ProcessAPINotes(Sema &S, VarDecl *D, in ProcessAPINotes() function 493 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info), in ProcessAPINotes() 498 static void ProcessAPINotes(Sema &S, FieldDecl *D, in ProcessAPINotes() function [all …]
|
| H A D | SemaDeclObjC.cpp | 1071 SemaRef.ProcessAPINotes(IDecl); in ActOnStartClassInterface() 1273 SemaRef.ProcessAPINotes(PDecl); in ActOnStartProtocolInterface() 4833 SemaRef.ProcessAPINotes(Param); in ActOnMethodDeclaration() 4856 SemaRef.ProcessAPINotes(ObjCMethod); in ActOnMethodDeclaration()
|
| H A D | SemaObjCProperty.cpp | 2504 SemaRef.ProcessAPINotes(GetterMethod); in ProcessPropertyDecl() 2576 SemaRef.ProcessAPINotes(SetterMethod); in ProcessPropertyDecl()
|
| H A D | SemaTemplate.cpp | 8818 ProcessAPINotes(Specialization); in ActOnClassTemplateSpecialization() 10122 ProcessAPINotes(Specialization); in ActOnExplicitInstantiation() 10538 ProcessAPINotes(Prev); in ActOnExplicitInstantiation() 10753 ProcessAPINotes(Specialization); in ActOnExplicitInstantiation()
|
| H A D | SemaDecl.cpp | 5081 ProcessAPINotes(TagFromDeclSpec); in setTagNameForLinkagePurposes() 16717 ProcessAPINotes(D); in ActOnFinishDelayedAttribute() 19908 ProcessAPINotes(Record); in ActOnFields() 20214 ProcessAPINotes(New); in ActOnEnumConstant() 20413 ProcessAPINotes(Enum); in ActOnEnumBody()
|
| H A D | SemaDeclCXX.cpp | 11867 ProcessAPINotes(Namespc); in ActOnStartNamespaceDef() 12503 ProcessAPINotes(UDir); in ActOnUsingDirective() 13706 ProcessAPINotes(NewTD); in ActOnAliasDeclaration()
|
| H A D | SemaDeclAttr.cpp | 8225 ProcessAPINotes(D); in ProcessDeclAttributes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1616 void ProcessAPINotes(Decl *D);
|