Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DToken.h263 tok::ObjCKeywordKind getObjCKeywordID() const;
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h176 tok::ObjCKeywordKind getObjCKeywordID() const { in getObjCKeywordID() function
/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp56 switch (Tok.getObjCKeywordID()) { in ParseObjCAtDirectives()
391 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID(); in ParseObjCInterfaceDeclList()
1277 switch (Tok.getObjCKeywordID()) { in ParseObjCClassInstanceVariables()
1282 visibility = Tok.getObjCKeywordID(); in ParseObjCClassInstanceVariables()
2119 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) { in ParseObjCAtExpression()
/minix/external/bsd/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp849 switch (Current.Next->Tok.getObjCKeywordID()) { in determineTokenType()
1623 Left.Tok.getObjCKeywordID() == tok::objc_property) in spaceRequiredBetween()
1712 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword) in spaceRequiredBetween()
1946 if (Left.Tok.getObjCKeywordID() == tok::objc_interface) in canBreakBefore()
H A DUnwrappedLineParser.cpp640 switch (FormatTok->Tok.getObjCKeywordID()) { in parseStructuralElement()
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.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()
/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp5393 if ((II->getObjCKeywordID() != tok::objc_not_keyword) && previousWasAt) { in getTokens()