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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h247 tok::ObjCKeywordKind getObjCKeywordID() const;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h178 tok::ObjCKeywordKind getObjCKeywordID() const { function in class:clang::IdentifierInfo
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp56 switch (Tok.getObjCKeywordID()) {
452 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
1313 switch (Tok.getObjCKeywordID()) {
1318 visibility = Tok.getObjCKeywordID();
2158 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp50 return II->getObjCKeywordID() == objcKey;
54 /// getObjCKeywordID - Return the ObjC keyword kind.
55 tok::ObjCKeywordKind Token::getObjCKeywordID() const { function in class:Token
57 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp650 switch (Current.Children[0].FormatTok.Tok.getObjCKeywordID()) {
1055 Right.FormatTok.Tok.getObjCKeywordID() != tok::objc_not_keyword)
H A DUnwrappedLineParser.cpp298 switch (FormatTok.Tok.getObjCKeywordID()) {

Completed in 106 milliseconds