Searched refs:getObjCKeywordID (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h282 tok::ObjCKeywordKind getObjCKeywordID() const;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h220 tok::ObjCKeywordKind getObjCKeywordID() const { function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1213 switch (FormatTok->Tok.getObjCKeywordID()) {
2607 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_interface ||
2608 FormatTok->Tok.getObjCKeywordID() == tok::objc_implementation);
2664 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_protocol);
H A DTokenAnnotator.cpp1674 switch (Current.Next->Tok.getObjCKeywordID()) {
2757 Left.Tok.getObjCKeywordID() == tok::objc_property)
2967 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword)
3806 if (Left.Tok.getObjCKeywordID() == tok::objc_interface)
H A DUnwrappedLineFormatter.cpp348 tok::ObjCKeywordKind kwId = I[-1]->First->Next->Tok.getObjCKeywordID();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp59 switch (Tok.getObjCKeywordID()) {
675 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
1932 switch (Tok.getObjCKeywordID()) {
1937 visibility = Tok.getObjCKeywordID();
2841 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp62 return II->getObjCKeywordID() == objcKey;
66 /// getObjCKeywordID - Return the ObjC keyword kind.
67 tok::ObjCKeywordKind Token::getObjCKeywordID() const { function in class:Token
71 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;

Completed in 222 milliseconds