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 168 assert(Tok.isObjCAtKeyword(tok::objc_interface) &&
509 } else if (Tok.isObjCAtKeyword(tok::objc_end)) {
    [all...]
Parser.cpp 799 if (!Tok.isObjCAtKeyword(tok::objc_interface) &&
800 !Tok.isObjCAtKeyword(tok::objc_protocol)) {
813 if (Tok.isObjCAtKeyword(tok::objc_protocol))
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Lex/
Token.h 250 /// isObjCAtKeyword - Return true if we have an ObjC keyword identifier.
251 bool isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const;
  /external/clang/lib/Lex/
Lexer.cpp 45 /// isObjCAtKeyword - Return true if we have an ObjC keyword identifier.
46 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const {
    [all...]

Completed in 662 milliseconds