Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h282 tok::ObjCKeywordKind getObjCKeywordID() const;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h228 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp59 switch (Tok.getObjCKeywordID()) { in ParseObjCAtDirectives()
677 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList()
1934 switch (Tok.getObjCKeywordID()) { in ParseObjCClassInstanceVariables()
1939 visibility = Tok.getObjCKeywordID(); in ParseObjCClassInstanceVariables()
2844 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) { in ParseObjCAtExpression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp1233 switch (FormatTok->Tok.getObjCKeywordID()) { in parseStructuralElement()
2792 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_interface || in parseObjCInterfaceOrImplementation()
2793 FormatTok->Tok.getObjCKeywordID() == tok::objc_implementation); in parseObjCInterfaceOrImplementation()
2858 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_protocol); in parseObjCProtocol()
H A DTokenAnnotator.cpp1687 switch (Current.Next->Tok.getObjCKeywordID()) { in determineTokenType()
2805 Left.Tok.getObjCKeywordID() == tok::objc_property) in spaceRequiredBetween()
3041 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword) in spaceRequiredBetween()
3912 if (Left.Tok.getObjCKeywordID() == tok::objc_interface) in canBreakBefore()
H A DUnwrappedLineFormatter.cpp359 tok::ObjCKeywordKind kwId = I[-1]->First->Next->Tok.getObjCKeywordID(); in tryFitMultipleLinesInOne()
H A DFormat.cpp2144 (FormatTok->Tok.getObjCKeywordID() != tok::objc_not_keyword || in guessIsObjC()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp61 return II->getObjCKeywordID() == objcKey; in isObjCAtKeyword()
66 tok::ObjCKeywordKind Token::getObjCKeywordID() const { in getObjCKeywordID() function in Token
70 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword; in getObjCKeywordID()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6916 if ((II->getObjCKeywordID() != tok::objc_not_keyword) && previousWasAt) { in getTokens()