Searched refs:ODS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp177 ObjCDeclSpec &ODS,
182 unsigned Attributes = ODS.getPropertyAttributes();
201 GetterSel, ODS.getGetterNameLoc(),
202 SetterSel, ODS.getSetterNameLoc(),
204 ODS.getPropertyAttributes(),
213 GetterSel, ODS.getGetterNameLoc(), SetterSel,
214 ODS.getSetterNameLoc(), isReadWrite, Attributes,
215 ODS.getPropertyAttributes(), T, TSI,
174 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
H A DSemaCodeComplete.cpp6619 void Sema::CodeCompleteObjCPropertyFlags(Scope *S, ObjCDeclSpec &ODS) { argument
6623 unsigned Attributes = ODS.getPropertyAttributes();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9366 FieldDeclarator &FD, ObjCDeclSpec &ODS,
12016 void CodeCompleteObjCPropertyFlags(Scope *S, ObjCDeclSpec &ODS);

Completed in 318 milliseconds