Searched refs:ObjCID (Results 1 – 2 of 2) sorted by relevance
199 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword() argument201 Table.get(Name).setObjCKeywordID(ObjCID); in AddObjCKeyword()
167 if (auto *ObjCID = dyn_cast_or_null<ObjCInterfaceDecl>(ASTNode.OrigD)) { in handleDeclOccurrence() local168 if (!ObjCID->isThisDeclarationADefinition() && in handleDeclOccurrence()169 ObjCID->getLocation() == Loc) { in handleDeclOccurrence()171 IndexingDeclVisitor(*this, Loc, nullptr).Visit(ObjCID); in handleDeclOccurrence()