Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp1110 CheckObjCDeclScope(IDecl); in ActOnStartClassInterface()
1187 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias()
1289 CheckObjCDeclScope(PDecl); in ActOnStartProtocolInterface()
1804 CheckObjCDeclScope(PDecl); in ActOnForwardProtocolDeclaration()
1908 CheckObjCDeclScope(CDecl); in ActOnStartCategoryInterface()
1977 CheckObjCDeclScope(CDecl); in ActOnStartCategoryImplementation()
2082 if (CheckObjCDeclScope(IMPDecl)) { in ActOnStartClassImplementation()
3151 CheckObjCDeclScope(IDecl); in ActOnForwardClassDeclaration()
5080 bool Sema::CheckObjCDeclScope(Decl *D) { in CheckObjCDeclScope() function in Sema
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12885 bool CheckObjCDeclScope(Decl *D);