HomeSort by relevance Sort by last modified time
    Searched refs:ObjCKeywordKind (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Basic/
TokenKinds.h 37 /// ObjCKeywordKind - This provides a namespace for Objective-C keywords which
39 enum ObjCKeywordKind {
IdentifierTable.h 165 tok::ObjCKeywordKind getObjCKeywordID() const {
167 return tok::ObjCKeywordKind(ObjCOrBuiltinID);
171 void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; }
  /external/clang/include/clang/Lex/
Token.h 250 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
253 tok::ObjCKeywordKind getObjCKeywordID() const;
  /external/clang/lib/Parse/
ParseObjc.cpp 273 tok::ObjCKeywordKind MethodImplKind;
278 tok::ObjCKeywordKind MethodImplKind) :
334 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,
339 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
400 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
607 Decl *Parser::ParseObjCMethodPrototype(tok::ObjCKeywordKind MethodImplKind,
919 tok::ObjCKeywordKind MethodImplKind,
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 150 tok::ObjCKeywordKind ObjCID,
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 107 tok::ObjCKeywordKind MethodImplKind,
206 tok::ObjCKeywordKind MethodImplKind) {
355 tok::ObjCKeywordKind MethodImplKind,
    [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Lex/
Lexer.cpp 45 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const {
52 tok::ObjCKeywordKind Token::getObjCKeywordID() const {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 616 milliseconds