HomeSort by: relevance | last modified time | path
    Searched refs:getObjCKeywordID (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Token.h 282 tok::ObjCKeywordKind getObjCKeywordID() const;
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
IdentifierTable.h 228 tok::ObjCKeywordKind getObjCKeywordID() const {
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp 1233 switch (FormatTok->Tok.getObjCKeywordID()) {
2792 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_interface ||
2793 FormatTok->Tok.getObjCKeywordID() == tok::objc_implementation);
2858 assert(FormatTok->Tok.getObjCKeywordID() == tok::objc_protocol);
TokenAnnotator.cpp 1687 switch (Current.Next->Tok.getObjCKeywordID()) {
2805 Left.Tok.getObjCKeywordID() == tok::objc_property)
3041 if (Left.is(tok::at) && Right.Tok.getObjCKeywordID() != tok::objc_not_keyword)
3912 if (Left.Tok.getObjCKeywordID() == tok::objc_interface)
UnwrappedLineFormatter.cpp 359 tok::ObjCKeywordKind kwId = I[-1]->First->Next->Tok.getObjCKeywordID();
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 59 switch (Tok.getObjCKeywordID()) {
677 tok::ObjCKeywordKind DirectiveKind = Tok.getObjCKeywordID();
1934 switch (Tok.getObjCKeywordID()) {
1939 visibility = Tok.getObjCKeywordID();
2844 switch (Tok.getIdentifierInfo()->getObjCKeywordID()) {
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 61 return II->getObjCKeywordID() == objcKey;
65 /// getObjCKeywordID - Return the ObjC keyword kind.
66 tok::ObjCKeywordKind Token::getObjCKeywordID() const {
70 return specId ? specId->getObjCKeywordID() : tok::objc_not_keyword;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 6916 if ((II->getObjCKeywordID() != tok::objc_not_keyword) && previousWasAt) {

Completed in 51 milliseconds