Home
last modified time | relevance | path

Searched defs:isObjCAtKeyword (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DFormatToken.h306 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword() function
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp36 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const { in isObjCAtKeyword() function in Token