Home
last modified time | relevance | path

Searched refs:MethodImplKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h368 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind,
949 tok::ObjCKeywordKind MethodImplKind,
966 TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind);
977 TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp565 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList() local
573 ParseObjCMethodPrototype(MethodImplKind, false)) in ParseObjCInterfaceDeclList()
589 MethodImplKind, false); in ParseObjCInterfaceDeclList()
689 MethodImplKind = DirectiveKind; in ParseObjCInterfaceDeclList()
737 MethodImplKind); in ParseObjCInterfaceDeclList()
926 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype() argument
932 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, MethodImplKind, in ParseObjCMethodPrototype()
1165 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl() argument
1219 MethodImplKind, false, MethodDefinition); in ParseObjCMethodDecl()
1351 methodAttrs, MethodImplKind, isVariadic, MethodDefinition); in ParseObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp176 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() argument
204 T, TSI, MethodImplKind); in ActOnProperty()
215 MethodImplKind); in ActOnProperty()
410 TypeSourceInfo *TSI, tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() argument
509 T, TSI, MethodImplKind, DC); in HandlePropertyInClassExtension()
557 TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl() argument
678 if (MethodImplKind == tok::objc_required) in CreatePropertyDecl()
680 else if (MethodImplKind == tok::objc_optional) in CreatePropertyDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h5728 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
5763 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,