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

  /external/clang/include/clang/Basic/
TokenKinds.h 41 enum ObjCKeywordKind {
IdentifierTable.h 183 tok::ObjCKeywordKind getObjCKeywordID() const {
185 return tok::ObjCKeywordKind(ObjCOrBuiltinID);
189 void setObjCKeywordID(tok::ObjCKeywordKind ID) { ObjCOrBuiltinID = ID; }
  /external/clang/include/clang/Lex/
Token.h 274 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
277 tok::ObjCKeywordKind getObjCKeywordID() const;
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Format/
FormatToken.h 301 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const {
  /external/clang/lib/Parse/
ParseObjc.cpp 27 void Parser::MaybeSkipAttributes(tok::ObjCKeywordKind Kind) {
633 void Parser::ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,
637 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
701 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
    [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 194 tok::ObjCKeywordKind ObjCID,
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 184 tok::ObjCKeywordKind MethodImplKind,
420 tok::ObjCKeywordKind MethodImplKind) {
567 tok::ObjCKeywordKind MethodImplKind,
    [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/Lex/
Lexer.cpp 36 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const {
43 tok::ObjCKeywordKind Token::getObjCKeywordID() const {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 504 milliseconds