Searched refs:ObjCID (Results 1 – 4 of 4) sorted by relevance
195 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword() argument197 Table.get(Name).setObjCKeywordID(ObjCID); in AddObjCKeyword()
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()
166 if (auto *ObjCID = dyn_cast_or_null<ObjCInterfaceDecl>(ASTNode.OrigD)) { in handleDeclOccurence() local167 if (!ObjCID->isThisDeclarationADefinition() && in handleDeclOccurence()168 ObjCID->getLocation() == Loc) { in handleDeclOccurence()170 IndexingDeclVisitor(*this, Loc, nullptr).Visit(ObjCID); in handleDeclOccurence()