Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Format/
H A DFormatToken.h316 bool isObjCAtKeyword(tok::ObjCKeywordKind Kind) const { in isObjCAtKeyword() function
/aosp_15_r20/external/clang/lib/Lex/
H A DLexer.cpp36 bool Token::isObjCAtKeyword(tok::ObjCKeywordKind objcKey) const { in isObjCAtKeyword() function in Token