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.cpp1074 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassInterface()
1275 AddPragmaAttributes(TUScope, PDecl); in ActOnStartProtocolInterface()
1807 AddPragmaAttributes(TUScope, PDecl); in ActOnForwardProtocolDeclaration()
1895 AddPragmaAttributes(TUScope, CDecl); in ActOnStartCategoryInterface()
1948 AddPragmaAttributes(TUScope, CDecl); in ActOnStartCategoryImplementation()
2055 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassImplementation()
2080 AddPragmaAttributes(TUScope, IMPDecl); in ActOnStartClassImplementation()
4809 AddPragmaAttributes(TUScope, Param); in ActOnMethodDeclaration()
4839 AddPragmaAttributes(TUScope, ObjCMethod); in ActOnMethodDeclaration()
H A DSemaAttr.cpp1097 void Sema::AddPragmaAttributes(Scope *S, Decl *D) { in AddPragmaAttributes() function in Sema
H A DSemaDeclCXX.cpp11712 AddPragmaAttributes(DeclRegionScope, Namespc); in ActOnStartNamespaceDef()
13551 AddPragmaAttributes(S, NewTD); in ActOnAliasDeclaration()
H A DSemaDecl.cpp18117 AddPragmaAttributes(S, New); in ActOnTag()
19973 AddPragmaAttributes(S, New); in ActOnEnumConstant()
H A DSemaDeclAttr.cpp10137 AddPragmaAttributes(S, D); in ProcessDeclAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11109 void AddPragmaAttributes(Scope *S, Decl *D);