Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1095 CheckObjCDeclScope(IDecl); in ActOnStartClassInterface()
1171 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias()
1267 CheckObjCDeclScope(PDecl); in ActOnStartProtocolInterface()
1778 CheckObjCDeclScope(PDecl); in ActOnForwardProtocolDeclaration()
1881 CheckObjCDeclScope(CDecl); in ActOnStartCategoryInterface()
1946 CheckObjCDeclScope(CDecl); in ActOnStartCategoryImplementation()
2047 if (CheckObjCDeclScope(IMPDecl)) in ActOnStartClassImplementation()
3106 CheckObjCDeclScope(IDecl); in ActOnForwardClassDeclaration()
4776 bool Sema::CheckObjCDeclScope(Decl *D) { in CheckObjCDeclScope() function in Sema
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9972 bool CheckObjCDeclScope(Decl *D);