Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h290 tok::ObjCKeywordKind getObjCKeywordID() const;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h343 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() function
353 assert(getObjCKeywordID() == ID && "ID too large for field!"); in setObjCKeywordID()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp64 switch (Tok.getObjCKeywordID()) { in ParseObjCAtDirectives()
77 switch (Tok.getObjCKeywordID()) { in ParseObjCAtDirectives()
732 tok::ObjCKeywordKind DirectiveKind = NextTok.getObjCKeywordID(); in ParseObjCInterfaceDeclList()
1976 switch (Tok.getObjCKeywordID()) { in ParseObjCClassInstanceVariables()
1981 visibility = Tok.getObjCKeywordID(); in ParseObjCClassInstanceVariables()
2910 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) { in ParseObjCAtExpression()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1720 switch (FormatTok->Tok.getObjCKeywordID()) { in parseStructuralElement()
4202 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_interface || in parseObjCInterfaceOrImplementation()
4203 FormatTok->Tok.getObjCKeywordID() == tok::objc_implementation); in parseObjCInterfaceOrImplementation()
4268 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_protocol); in parseObjCProtocol()
H A DUnwrappedLineFormatter.cpp476 PreviousLine->First->Next->Tok.getObjCKeywordID(); in tryFitMultipleLinesInOne()
H A DTokenAnnotator.cpp2498 switch (Current.Next->Tok.getObjCKeywordID()) { in determineTokenType()
4384 Left.Tok.getObjCKeywordID() == tok::objc_property) { in spaceRequiredBetween()
4783 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword) in spaceRequiredBetween()
6051 if (Left.Tok.getObjCKeywordID() == tok::objc_interface) in canBreakBefore()
H A DFormat.cpp2956 (FormatTok->Tok.getObjCKeywordID() != tok::objc_not_keyword || in guessIsObjC()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp65 return II->getObjCKeywordID() == objcKey; in isObjCAtKeyword()
70 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID() function in Token
74 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword; in getObjCKeywordID()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3740 II->getObjCKeywordID() != tok::ObjCKeywordKind::objc_not_keyword; in IsInterestingIdentifier()
H A DASTReader.cpp1033 II.getObjCKeywordID() != tok::ObjCKeywordKind::objc_not_keyword; in isInterestingIdentifier()