Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp172 if (auto *ObjCID = dyn_cast_or_null<ObjCInterfaceDecl>(ASTNode.OrigD)) { in handleDeclOccurrence() local
173 if (!ObjCID->isThisDeclarationADefinition() && in handleDeclOccurrence()
174 ObjCID->getLocation() == Loc) { in handleDeclOccurrence()
176 IndexingDeclVisitor(*this, Loc, nullptr).Visit(ObjCID); in handleDeclOccurrence()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp277 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword() argument
279 Table.get(Name).setObjCKeywordID(ObjCID); in AddObjCKeyword()