Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1100 void Sema::AddPragmaAttributes(Scope *S, Decl *D) { in AddPragmaAttributes() function in Sema
H A DSemaDeclCXX.cpp11290 AddPragmaAttributes(DeclRegionScope, Namespc); in ActOnStartNamespaceDef()
13112 AddPragmaAttributes(S, NewTD); in ActOnAliasDeclaration()
H A DSemaDecl.cpp17509 AddPragmaAttributes(S, New); in ActOnTag()
19356 AddPragmaAttributes(S, New); in ActOnEnumConstant()
H A DSemaDeclAttr.cpp9636 AddPragmaAttributes(S, D); in ProcessDeclAttributes()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10780 void AddPragmaAttributes(Scope *S, Decl *D);