Home
last modified time | relevance | path

Searched refs:ObjCID (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Basic/
DIdentifierTable.cpp195 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword() argument
197 Table.get(Name).setObjCKeywordID(ObjCID); in AddObjCKeyword()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp166 if (auto *ObjCID = dyn_cast_or_null<ObjCInterfaceDecl>(ASTNode.OrigD)) { in handleDeclOccurence() local
167 if (!ObjCID->isThisDeclarationADefinition() && in handleDeclOccurence()
168 ObjCID->getLocation() == Loc) { in handleDeclOccurence()
170 IndexingDeclVisitor(*this, Loc, nullptr).Visit(ObjCID); in handleDeclOccurence()