Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h944 void CheckObjCPropertyAttributes(Decl *PropertyPtrTy, SourceLocation Loc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp220 CheckObjCPropertyAttributes(Res, AtLoc, Attributes, in ActOnProperty()
2619 void SemaObjC::CheckObjCPropertyAttributes(Decl *PDecl, SourceLocation Loc, in CheckObjCPropertyAttributes() function in SemaObjC