Searched refs:AddPragmaAttributes (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 1068 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassInterface() 1260 AddPragmaAttributes(TUScope, PDecl); in ActOnStartProtocolInterface() 1791 AddPragmaAttributes(TUScope, PDecl); in ActOnForwardProtocolDeclaration() 1878 AddPragmaAttributes(TUScope, CDecl); in ActOnStartCategoryInterface() 1931 AddPragmaAttributes(TUScope, CDecl); in ActOnStartCategoryImplementation() 2039 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassImplementation() 2064 AddPragmaAttributes(TUScope, IMPDecl); in ActOnStartClassImplementation() 4789 AddPragmaAttributes(TUScope, Param); in ActOnMethodDeclaration() 4819 AddPragmaAttributes(TUScope, ObjCMethod); in ActOnMethodDeclaration()
|
| H A D | SemaAttr.cpp | 974 void Sema::AddPragmaAttributes(Scope *S, Decl *D) { in AddPragmaAttributes() function in Sema
|
| H A D | SemaDeclCXX.cpp | 10986 AddPragmaAttributes(DeclRegionScope, Namespc); in ActOnStartNamespaceDef() 12621 AddPragmaAttributes(S, NewTD); in ActOnAliasDeclaration()
|
| H A D | SemaDecl.cpp | 16358 AddPragmaAttributes(S, New); in ActOnTag() 17939 AddPragmaAttributes(S, New); in ActOnEnumConstant()
|
| H A D | SemaDeclAttr.cpp | 8567 AddPragmaAttributes(S, D); in ProcessDeclAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 10047 void AddPragmaAttributes(Scope *S, Decl *D);
|