Searched refs:AddPragmaAttributes (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1070 SemaRef.AddPragmaAttributes(SemaRef.TUScope, IDecl); in ActOnStartClassInterface() 1272 SemaRef.AddPragmaAttributes(SemaRef.TUScope, PDecl); in ActOnStartProtocolInterface() 1803 SemaRef.AddPragmaAttributes(SemaRef.TUScope, PDecl); in ActOnForwardProtocolDeclaration() 1892 SemaRef.AddPragmaAttributes(SemaRef.TUScope, CDecl); in ActOnStartCategoryInterface() 1947 SemaRef.AddPragmaAttributes(SemaRef.TUScope, CDecl); in ActOnStartCategoryImplementation() 2056 SemaRef.AddPragmaAttributes(SemaRef.TUScope, IDecl); in ActOnStartClassImplementation() 2081 SemaRef.AddPragmaAttributes(SemaRef.TUScope, IMPDecl); in ActOnStartClassImplementation() 4820 SemaRef.AddPragmaAttributes(SemaRef.TUScope, Param); in ActOnMethodDeclaration() 4851 SemaRef.AddPragmaAttributes(SemaRef.TUScope, ObjCMethod); in ActOnMethodDeclaration()
|
H A D | SemaAttr.cpp | 1094 void Sema::AddPragmaAttributes(Scope *S, Decl *D) { in AddPragmaAttributes() function in Sema
|
H A D | SemaDeclCXX.cpp | 11625 AddPragmaAttributes(DeclRegionScope, Namespc); in ActOnStartNamespaceDef() 13416 AddPragmaAttributes(S, NewTD); in ActOnAliasDeclaration()
|
H A D | SemaDeclAttr.cpp | 7381 AddPragmaAttributes(S, D); in ProcessDeclAttributes()
|
H A D | SemaDecl.cpp | 17926 AddPragmaAttributes(S, New); in ActOnTag() 19641 AddPragmaAttributes(S, New); in ActOnEnumConstant()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1960 void AddPragmaAttributes(Scope *S, Decl *D);
|