Home
last modified time | relevance | path

Searched refs:CheckObjCDeclScope (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp589 CheckObjCDeclScope(IDecl); in ActOnStartClassInterface()
657 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias()
750 CheckObjCDeclScope(PDecl); in ActOnStartProtocolInterface()
843 CheckObjCDeclScope(PDecl); in ActOnForwardProtocolDeclaration()
919 CheckObjCDeclScope(CDecl); in ActOnStartCategoryInterface()
981 CheckObjCDeclScope(CDecl); in ActOnStartCategoryImplementation()
1078 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
2007 CheckObjCDeclScope(IDecl); in ActOnForwardClassDeclaration()
3310 bool Sema::CheckObjCDeclScope(Decl *D) { in CheckObjCDeclScope() function in Sema
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7601 bool CheckObjCDeclScope(Decl *D);