Searched refs:ObjCKeywordKind (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/ |
| D | Token.h | 247 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const; 250 tok::ObjCKeywordKind getObjCKeywordID() const;
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | IdentifierTable.h | 179 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() 181 return tok::ObjCKeywordKind(ObjCOrBuiltinID); in getObjCKeywordID() 185 void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; } in setObjCKeywordID()
|
| D | TokenKinds.h | 39 enum ObjCKeywordKind { enum
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseObjc.cpp | 26 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/ |
| D | Parser.h | 1156 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/ |
| D | FormatToken.h | 264 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/ |
| D | IdentifierTable.cpp | 166 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaObjCProperty.cpp | 149 tok::ObjCKeywordKind MethodImplKind, in ActOnProperty() 351 tok::ObjCKeywordKind MethodImplKind) { in HandlePropertyInClassExtension() 547 tok::ObjCKeywordKind MethodImplKind, in CreatePropertyDecl()
|
| D | SemaDeclObjC.cpp | 3093 AttributeList *AttrList, tok::ObjCKeywordKind MethodDeclKind, in ActOnMethodDeclaration()
|
| D | SemaDecl.cpp | 11628 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) { in TranslateIvarVisibility() 11643 tok::ObjCKeywordKind Visibility) { in ActOnIvar()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | Lexer.cpp | 49 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/ |
| D | Sema.h | 1720 tok::ObjCKeywordKind visibility); 2668 tok::ObjCKeywordKind MethodImplKind); 2684 tok::ObjCKeywordKind MethodImplKind, 6741 tok::ObjCKeywordKind MethodImplKind, 6784 AttributeList *AttrList, tok::ObjCKeywordKind MethodImplKind,
|