reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/Lexer.cpp
   61     return II->getObjCKeywordID() == objcKey;
   70   return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;
tools/clang/lib/Parse/ParseObjc.cpp
 2837     switch (Tok.getIdentifierInfo()->getObjCKeywordID()) {
tools/clang/tools/libclang/CIndex.cpp
 6752       if ((II->getObjCKeywordID() != tok::objc_not_keyword) && previousWasAt) {