Home
last modified time | relevance | path

Searched refs:ObjCKeywordKind (Results 1 – 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DToken.h247 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
250 tok::ObjCKeywordKind getObjCKeywordID() const;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DIdentifierTable.h179 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID()
181 return tok::ObjCKeywordKind(ObjCOrBuiltinID); in getObjCKeywordID()
185 void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; } in setObjCKeywordID()
DTokenKinds.h39 enum ObjCKeywordKind { enum
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseObjc.cpp26 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) { in MaybeSkipAttributes()
320 tok::ObjCKeywordKind MethodImplKind;
326 tok::ObjCKeywordKind MethodImplKind) : in ObjCPropertyCallback()
387 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey, in ParseObjCInterfaceDeclList()
392 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword; in ParseObjCInterfaceDeclList()
456 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList()
672 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodPrototype()
985 tok::ObjCKeywordKind MethodImplKind, in ParseObjCMethodDecl()
1281 tok::ObjCKeywordKind visibility, in ParseObjCClassInstanceVariables()
1344 tok::ObjCKeywordKind visibility; in ParseObjCClassInstanceVariables()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1156 void MaybeSkipAttributes(tok::ObjCKeywordKind Kind);
1166 tok::ObjCKeywordKind visibility,
1174 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,
1222 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
1225 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
DFormatToken.h264 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DIdentifierTable.cpp166 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaObjCProperty.cpp149 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty()
351 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension()
547 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
DSemaDeclObjC.cpp3093 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
DSemaDecl.cpp11628 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility()
11643 tok::ObjCKeywordKind Visibility) { in ActOnIvar()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DLexer.cpp49 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const { in isObjCAtKeyword()
56 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1720 tok::ObjCKeywordKind visibility);
2668 tok::ObjCKeywordKind MethodImplKind);
2684 tok::ObjCKeywordKind MethodImplKind,
6741 tok::ObjCKeywordKind MethodImplKind,
6784 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,