Searched refs:ProcessAPINotes (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAPINotes.cpp | 250 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function 319 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function 342 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info), in ProcessAPINotes() 363 static void ProcessAPINotes(Sema &S, Decl *D, in ProcessAPINotes() function 404 ProcessAPINotes(S, D, static_cast<const api_notes::CommonEntityInfo &>(Info), in ProcessAPINotes() 409 static void ProcessAPINotes(Sema &S, ParmVarDecl *D, in ProcessAPINotes() function 423 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info), in ProcessAPINotes() 428 static void ProcessAPINotes(Sema &S, VarDecl *D, in ProcessAPINotes() function 432 ProcessAPINotes(S, D, static_cast<const api_notes::VariableInfo &>(Info), in ProcessAPINotes() 437 static void ProcessAPINotes(Sema &S, ObjCPropertyDecl *D, in ProcessAPINotes() function [all …]
|
H A D | SemaDeclObjC.cpp | 1071 SemaRef.ProcessAPINotes(IDecl); in ActOnStartClassInterface() 1273 SemaRef.ProcessAPINotes(PDecl); in ActOnStartProtocolInterface() 4821 SemaRef.ProcessAPINotes(Param); in ActOnMethodDeclaration() 4852 SemaRef.ProcessAPINotes(ObjCMethod); in ActOnMethodDeclaration()
|
H A D | SemaObjCProperty.cpp | 2495 SemaRef.ProcessAPINotes(GetterMethod); in ProcessPropertyDecl() 2567 SemaRef.ProcessAPINotes(SetterMethod); in ProcessPropertyDecl()
|
H A D | SemaTemplate.cpp | 2122 ProcessAPINotes(NewClass); in CheckClassTemplate() 8378 ProcessAPINotes(Specialization); in ActOnClassTemplateSpecialization() 9594 ProcessAPINotes(Specialization); in ActOnExplicitInstantiation() 10008 ProcessAPINotes(Prev); in ActOnExplicitInstantiation() 10185 ProcessAPINotes(Specialization); in ActOnExplicitInstantiation()
|
H A D | SemaDecl.cpp | 16236 ProcessAPINotes(D); in ActOnFinishDelayedAttribute() 19326 ProcessAPINotes(Record); in ActOnFields() 19642 ProcessAPINotes(New); in ActOnEnumConstant() 19841 ProcessAPINotes(Enum); in ActOnEnumBody()
|
H A D | SemaDeclCXX.cpp | 11626 ProcessAPINotes(Namespc); in ActOnStartNamespaceDef() 12175 ProcessAPINotes(UDir); in ActOnUsingDirective() 13417 ProcessAPINotes(NewTD); in ActOnAliasDeclaration()
|
H A D | SemaDeclAttr.cpp | 7384 ProcessAPINotes(D); in ProcessDeclAttributes()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 15053 void ProcessAPINotes(Decl *D);
|