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()
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 DSemaAttr.cpp1193 void Sema::AddPragmaAttributes(Scope *S, Decl *D) { in AddPragmaAttributes() function in Sema
H A DSemaDeclCXX.cpp11866 AddPragmaAttributes(DeclRegionScope, Namespc); in ActOnStartNamespaceDef()
13705 AddPragmaAttributes(S, NewTD); in ActOnAliasDeclaration()
H A DSemaDecl.cpp18447 AddPragmaAttributes(S, New); in ActOnTag()
20213 AddPragmaAttributes(S, New); in ActOnEnumConstant()
H A DSemaDeclAttr.cpp8222 AddPragmaAttributes(S, D); in ProcessDeclAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2267 void AddPragmaAttributes(Scope *S, Decl *D);