Home
last modified time | relevance | path

Searched refs:ProcessAPINotes (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp248 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 DSemaDeclObjC.cpp1071 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 DSemaObjCProperty.cpp2504 SemaRef.ProcessAPINotes(GetterMethod); in ProcessPropertyDecl()
2576 SemaRef.ProcessAPINotes(SetterMethod); in ProcessPropertyDecl()
H A DSemaTemplate.cpp8818 ProcessAPINotes(Specialization); in ActOnClassTemplateSpecialization()
10122 ProcessAPINotes(Specialization); in ActOnExplicitInstantiation()
10538 ProcessAPINotes(Prev); in ActOnExplicitInstantiation()
10753 ProcessAPINotes(Specialization); in ActOnExplicitInstantiation()
H A DSemaDecl.cpp5081 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 DSemaDeclCXX.cpp11867 ProcessAPINotes(Namespc); in ActOnStartNamespaceDef()
12503 ProcessAPINotes(UDir); in ActOnUsingDirective()
13706 ProcessAPINotes(NewTD); in ActOnAliasDeclaration()
H A DSemaDeclAttr.cpp8225 ProcessAPINotes(D); in ProcessDeclAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1616 void ProcessAPINotes(Decl *D);