Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp1002 CheckObjCDeclScope(IDecl); in ActOnStartClassInterface()
1068 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias()
1163 CheckObjCDeclScope(PDecl); in ActOnStartProtocolInterface()
1672 CheckObjCDeclScope(PDecl); in ActOnForwardProtocolDeclaration()
1772 CheckObjCDeclScope(CDecl); in ActOnStartCategoryInterface()
1835 CheckObjCDeclScope(CDecl); in ActOnStartCategoryImplementation()
1933 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
2976 CheckObjCDeclScope(IDecl); in ActOnForwardClassDeclaration()
4306 bool Sema::CheckObjCDeclScope(Decl *D) { in CheckObjCDeclScope() function in Sema
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8520 bool CheckObjCDeclScope(Decl *D);