Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp57 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const { in isObjCAtKeyword() function in Token
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatToken.h589 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword() function