Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1070 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 DSemaAttr.cpp1094 void Sema::AddPragmaAttributes(Scope *S, Decl *D) { in AddPragmaAttributes() function in Sema
H A DSemaDeclCXX.cpp11625 AddPragmaAttributes(DeclRegionScope, Namespc); in ActOnStartNamespaceDef()
13416 AddPragmaAttributes(S, NewTD); in ActOnAliasDeclaration()
H A DSemaDeclAttr.cpp7381 AddPragmaAttributes(S, D); in ProcessDeclAttributes()
H A DSemaDecl.cpp17926 AddPragmaAttributes(S, New); in ActOnTag()
19641 AddPragmaAttributes(S, New); in ActOnEnumConstant()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1960 void AddPragmaAttributes(Scope *S, Decl *D);