Searched refs:AddPragmaAttributes (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1066 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassInterface() 1253 AddPragmaAttributes(TUScope, PDecl); in ActOnStartProtocolInterface() 1781 AddPragmaAttributes(TUScope, PDecl); in ActOnForwardProtocolDeclaration() 1868 AddPragmaAttributes(TUScope, CDecl); in ActOnStartCategoryInterface() 2023 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassImplementation() 4611 AddPragmaAttributes(TUScope, Param); in ActOnMethodDeclaration() 4641 AddPragmaAttributes(TUScope, ObjCMethod); in ActOnMethodDeclaration()
|
| H A D | SemaAttr.cpp | 676 void Sema::AddPragmaAttributes(Scope *S, Decl *D) { in AddPragmaAttributes() function in Sema
|
| H A D | SemaDeclCXX.cpp | 8918 AddPragmaAttributes(DeclRegionScope, Namespc); in ActOnStartNamespaceDef() 10537 AddPragmaAttributes(S, NewTD); in ActOnAliasDeclaration()
|
| H A D | SemaDecl.cpp | 14902 AddPragmaAttributes(S, New); in ActOnTag() 16472 AddPragmaAttributes(S, New); in ActOnEnumConstant()
|
| H A D | SemaDeclAttr.cpp | 7265 AddPragmaAttributes(S, D); in ProcessDeclAttributes()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 8521 void AddPragmaAttributes(Scope *S, Decl *D);
|