Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DToken.h281 tok::ObjCKeywordKind getObjCKeywordID() const;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DIdentifierTable.h291 tok::ObjCKeywordKind getObjCKeywordID() const { in alignas()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp58 switch (Tok.getObjCKeywordID()) { in ParseObjCAtDirectives()
679 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList()
1941 switch (Tok.getObjCKeywordID()) { in ParseObjCClassInstanceVariables()
1946 visibility = Tok.getObjCKeywordID(); in ParseObjCClassInstanceVariables()
2852 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) { in ParseObjCAtExpression()
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp1660 switch (FormatTok->Tok.getObjCKeywordID()) { in parseStructuralElement()
3841 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_interface || in parseObjCInterfaceOrImplementation()
3842 FormatTok->Tok.getObjCKeywordID() == tok::objc_implementation); in parseObjCInterfaceOrImplementation()
3907 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_protocol); in parseObjCProtocol()
H A DTokenAnnotator.cpp1909 switch (Current.Next->Tok.getObjCKeywordID()) { in determineTokenType()
3270 Left.Tok.getObjCKeywordID() == tok::objc_property) { in spaceRequiredBetween()
3625 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword) in spaceRequiredBetween()
4704 if (Left.Tok.getObjCKeywordID() == tok::objc_interface) in canBreakBefore()
H A DUnwrappedLineFormatter.cpp452 PreviousLine->First->Next->Tok.getObjCKeywordID(); in tryFitMultipleLinesInOne()
H A DFormat.cpp2545 (FormatTok->Tok.getObjCKeywordID() != tok::objc_not_keyword || in guessIsObjC()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp62 return II->getObjCKeywordID() == objcKey; in isObjCAtKeyword()
67 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID() function in Token
71 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword; in getObjCKeywordID()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp7145 if ((II->getObjCKeywordID() != tok::objc_not_keyword) && previousWasAt) { in getTokens()