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 248 tok::ObjCKeywordKind getObjCKeywordID() const;
  /external/clang/include/clang/Basic/
IdentifierTable.h 179 tok::ObjCKeywordKind getObjCKeywordID() const {
  /external/clang/lib/Parse/
ParseObjc.cpp 56 switch (Tok.getObjCKeywordID()) {
453 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp 50 return II->getObjCKeywordID() == objcKey;
54 /// getObjCKeywordID - Return the ObjC keyword kind.
55 tok::ObjCKeywordKind Token::getObjCKeywordID() const {
57 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;
    [all...]
  /external/clang/lib/Format/
TokenAnnotator.cpp 675 switch (Current.Next->Tok.getObjCKeywordID()) {
    [all...]
UnwrappedLineParser.cpp 488 switch (FormatTok->Tok.getObjCKeywordID()) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 785 milliseconds