Home
last modified time | relevance | path

Searched refs:getObjCKeywordID (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDToken.h277 tok::ObjCKeywordKind getObjCKeywordID() const;
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h178 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp57 switch (Tok.getObjCKeywordID()) { in ParseObjCAtDirectives()
689 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList()
1916 switch (Tok.getObjCKeywordID()) { in ParseObjCClassInstanceVariables()
1921 visibility = Tok.getObjCKeywordID(); in ParseObjCClassInstanceVariables()
2786 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) { in ParseObjCAtExpression()
/NextBSD/contrib/llvm/tools/clang/lib/Format/
HDTokenAnnotator.cpp954 switch (Current.Next->Tok.getObjCKeywordID()) { in determineTokenType()
1762 Left.Tok.getObjCKeywordID() == tok::objc_property) in spaceRequiredBetween()
1862 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword) in spaceRequiredBetween()
2151 if (Left.Tok.getObjCKeywordID() == tok::objc_interface) in canBreakBefore()
HDUnwrappedLineParser.cpp661 switch (FormatTok->Tok.getObjCKeywordID()) { in parseStructuralElement()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp38 return II->getObjCKeywordID() == objcKey; in isObjCAtKeyword()
43 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID() function in Token
45 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword; in getObjCKeywordID()