Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1102 CheckObjCDeclScope(IDecl); in ActOnStartClassInterface()
1178 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias()
1274 CheckObjCDeclScope(PDecl); in ActOnStartProtocolInterface()
1788 CheckObjCDeclScope(PDecl); in ActOnForwardProtocolDeclaration()
1891 CheckObjCDeclScope(CDecl); in ActOnStartCategoryInterface()
1960 CheckObjCDeclScope(CDecl); in ActOnStartCategoryImplementation()
2066 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
3137 CheckObjCDeclScope(IDecl); in ActOnForwardClassDeclaration()
5060 bool Sema::CheckObjCDeclScope(Decl *D) { in CheckObjCDeclScope() function in Sema
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11890 bool CheckObjCDeclScope(Decl *D);