Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1068 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassInterface()
1260 AddPragmaAttributes(TUScope, PDecl); in ActOnStartProtocolInterface()
1791 AddPragmaAttributes(TUScope, PDecl); in ActOnForwardProtocolDeclaration()
1878 AddPragmaAttributes(TUScope, CDecl); in ActOnStartCategoryInterface()
1931 AddPragmaAttributes(TUScope, CDecl); in ActOnStartCategoryImplementation()
2039 AddPragmaAttributes(TUScope, IDecl); in ActOnStartClassImplementation()
2064 AddPragmaAttributes(TUScope, IMPDecl); in ActOnStartClassImplementation()
4787 AddPragmaAttributes(TUScope, Param); in ActOnMethodDeclaration()
4817 AddPragmaAttributes(TUScope, ObjCMethod); in ActOnMethodDeclaration()
DSemaAttr.cpp834 void Sema::AddPragmaAttributes(Scope *S, Decl *D) { in AddPragmaAttributes() function in Sema
DSemaDeclCXX.cpp10927 AddPragmaAttributes(DeclRegionScope, Namespc); in ActOnStartNamespaceDef()
12563 AddPragmaAttributes(S, NewTD); in ActOnAliasDeclaration()
DSemaDecl.cpp16227 AddPragmaAttributes(S, New); in ActOnTag()
17808 AddPragmaAttributes(S, New); in ActOnEnumConstant()
DSemaDeclAttr.cpp8363 AddPragmaAttributes(S, D); in ProcessDeclAttributes()
/external/llvm-project/clang/include/clang/Sema/
DSema.h9896 void AddPragmaAttributes(Scope *S, Decl *D);