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

  /external/clang/lib/Format/
TokenAnnotator.h 106 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const {
107 return FormatTok.Tok.isObjCAtKeyword(Kind);
  /external/clang/lib/Lex/
Lexer.cpp 47 /// isObjCAtKeyword - Return true if we have an ObjC keyword identifier.
48 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const {
    [all...]

Completed in 311 milliseconds