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

  /external/clang/lib/Parse/
ParseObjc.cpp 146 assert(Tok.isObjCAtKeyword(tok::objc_interface) &&
468 } else if (Tok.isObjCAtKeyword(tok::objc_end))
    [all...]
Parser.cpp 752 if (!Tok.isObjCAtKeyword(tok::objc_interface) &&
753 !Tok.isObjCAtKeyword(tok::objc_protocol)) {
767 if (Tok.isObjCAtKeyword(tok::objc_protocol))
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Lex/
Token.h 249 /// isObjCAtKeyword - Return true if we have an ObjC keyword identifier.
250 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
  /external/clang/lib/Lex/
Lexer.cpp 44 /// isObjCAtKeyword - Return true if we have an ObjC keyword identifier.
45 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const {
    [all...]

Completed in 202 milliseconds