HomeSort by: relevance | last modified time | path
    Searched refs:ObjCKeywordKind (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TokenKinds.h 41 enum ObjCKeywordKind {
IdentifierTable.h 228 tok::ObjCKeywordKind getObjCKeywordID() const {
230 return tok::ObjCKeywordKind(ObjCOrBuiltinID);
234 void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; }
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Token.h 279 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
282 tok::ObjCKeywordKind getObjCKeywordID() const;
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1600 void MaybeSkipAttributes(tok::ObjCKeywordKind Kind);
1617 tok::ObjCKeywordKind visibility,
1666 void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,
1715 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
1718 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 28 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) {
593 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,
597 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
677 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
991 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind,
1339 tok::ObjCKeywordKind MethodImplKind,
1906 tok::ObjCKeywordKind visibility,
  /src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp 199 tok::ObjCKeywordKind ObjCID,
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 496 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const {
UnwrappedLineFormatter.cpp 359 tok::ObjCKeywordKind kwId = I[-1]->First->Next->Tok.getObjCKeywordID();
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 57 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const {
66 tok::ObjCKeywordKind Token::getObjCKeywordID() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 178 tok::ObjCKeywordKind MethodImplKind,
418 tok::ObjCKeywordKind MethodImplKind) {
572 tok::ObjCKeywordKind MethodImplKind,
SemaDeclObjC.cpp 4709 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodDeclKind,
SemaDecl.cpp 17017 TranslateIvarVisibility(tok::ObjCKeywordKind ivarVisibility) {
17032 tok::ObjCKeywordKind Visibility) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3111 tok::ObjCKeywordKind visibility);
4395 tok::ObjCKeywordKind MethodImplKind);
4413 tok::ObjCKeywordKind MethodImplKind,
9644 tok::ObjCKeywordKind MethodImplKind,
9687 const ParsedAttributesView &AttrList, tok::ObjCKeywordKind MethodImplKind,

Completed in 149 milliseconds