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() 1806 SemaRef.AddPragmaAttributes(SemaRef.TUScope, PDecl); in ActOnForwardProtocolDeclaration() 1895 SemaRef.AddPragmaAttributes(SemaRef.TUScope, CDecl); in ActOnStartCategoryInterface() 1950 SemaRef.AddPragmaAttributes(SemaRef.TUScope, CDecl); in ActOnStartCategoryImplementation() 2059 SemaRef.AddPragmaAttributes(SemaRef.TUScope, IDecl); in ActOnStartClassImplementation() 2084 SemaRef.AddPragmaAttributes(SemaRef.TUScope, IMPDecl); in ActOnStartClassImplementation() 4771 SemaRef.AddPragmaAttributes(SemaRef.TUScope, Param); in ActOnMethodParmDeclaration() 4855 SemaRef.AddPragmaAttributes(SemaRef.TUScope, ObjCMethod); in ActOnMethodDeclaration()
|
| H A D | SemaAttr.cpp | 1193 void Sema::AddPragmaAttributes(Scope *S, Decl *D) { in AddPragmaAttributes() function in Sema
|
| H A D | SemaDeclCXX.cpp | 11866 AddPragmaAttributes(DeclRegionScope, Namespc); in ActOnStartNamespaceDef() 13705 AddPragmaAttributes(S, NewTD); in ActOnAliasDeclaration()
|
| H A D | SemaDecl.cpp | 18447 AddPragmaAttributes(S, New); in ActOnTag() 20213 AddPragmaAttributes(S, New); in ActOnEnumConstant()
|
| H A D | SemaDeclAttr.cpp | 8222 AddPragmaAttributes(S, D); in ProcessDeclAttributes()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2267 void AddPragmaAttributes(Scope *S, Decl *D);
|