Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp599 CheckObjCDeclScope(IDecl); in ActOnStartClassInterface()
666 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias()
759 CheckObjCDeclScope(PDecl); in ActOnStartProtocolInterface()
870 CheckObjCDeclScope(PDecl); in ActOnForwardProtocolDeclaration()
946 CheckObjCDeclScope(CDecl); in ActOnStartCategoryInterface()
1008 CheckObjCDeclScope(CDecl); in ActOnStartCategoryImplementation()
1104 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
2077 CheckObjCDeclScope(IDecl); in ActOnForwardClassDeclaration()
3309 bool Sema::CheckObjCDeclScope(Decl *D) { in CheckObjCDeclScope() function in Sema
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8271 bool CheckObjCDeclScope(Decl *D);