Home
last modified time | relevance | path

Searched refs:AddPragmaAttributes (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp1068 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassInterface()
1261 AddPragmaAttributes(TUScope, PDecl); in ActOnStartProtocolInterface()
1793 AddPragmaAttributes(TUScope, PDecl); in ActOnForwardProtocolDeclaration()
1881 AddPragmaAttributes(TUScope, CDecl); in ActOnStartCategoryInterface()
1934 AddPragmaAttributes(TUScope, CDecl); in ActOnStartCategoryImplementation()
2041 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassImplementation()
2066 AddPragmaAttributes(TUScope, IMPDecl); in ActOnStartClassImplementation()
4797 AddPragmaAttributes(TUScope, Param); in ActOnMethodDeclaration()
4827 AddPragmaAttributes(TUScope, ObjCMethod); in ActOnMethodDeclaration()
H A DSemaAttr.cpp1103 void Sema::AddPragmaAttributes(Scope *S, Decl *D) { in AddPragmaAttributes() function in Sema
H A DSemaDeclCXX.cpp11193 AddPragmaAttributes(DeclRegionScope, Namespc); in ActOnStartNamespaceDef()
13003 AddPragmaAttributes(S, NewTD); in ActOnAliasDeclaration()
H A DSemaDecl.cpp17046 AddPragmaAttributes(S, New); in ActOnTag()
18743 AddPragmaAttributes(S, New); in ActOnEnumConstant()
H A DSemaDeclAttr.cpp9381 AddPragmaAttributes(S, D); in ProcessDeclAttributes()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10450 void AddPragmaAttributes(Scope *S, Decl *D);