Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1107 CheckObjCDeclScope(IDecl); in ActOnStartClassInterface()
1185 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias()
1287 CheckObjCDeclScope(PDecl); in ActOnStartProtocolInterface()
1800 CheckObjCDeclScope(PDecl); in ActOnForwardProtocolDeclaration()
1905 CheckObjCDeclScope(CDecl); in ActOnStartCategoryInterface()
1976 CheckObjCDeclScope(CDecl); in ActOnStartCategoryImplementation()
2083 if (CheckObjCDeclScope(IMPDecl)) { in ActOnStartClassImplementation()
3150 CheckObjCDeclScope(IDecl); in ActOnForwardClassDeclaration()
5093 bool SemaObjC::CheckObjCDeclScope(Decl *D) { in CheckObjCDeclScope() function in SemaObjC
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h495 bool CheckObjCDeclScope(Decl *D);