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

  /external/clang/include/clang/Lex/
Token.h 270 tok::ObjCKeywordKind getObjCKeywordID() const;
  /external/clang/include/clang/Basic/
IdentifierTable.h 176 tok::ObjCKeywordKind getObjCKeywordID() const {
  /external/clang/lib/Parse/
ParseObjc.cpp 56 switch (Tok.getObjCKeywordID()) {
391 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 38 return II->getObjCKeywordID() == objcKey;
42 /// getObjCKeywordID - Return the ObjC keyword kind.
43 tok::ObjCKeywordKind Token::getObjCKeywordID() const {
45 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp     [all...]
UnwrappedLineParser.cpp 645 switch (FormatTok->Tok.getObjCKeywordID()) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 190 milliseconds