Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp180 if (auto *ObjCPD = dyn_cast_or_null<ObjCProtocolDecl>(ASTNode.OrigD)) { in handleDeclOccurrence() local
181 if (!ObjCPD->isThisDeclarationADefinition() && in handleDeclOccurrence()
182 ObjCPD->getLocation() == Loc) { in handleDeclOccurrence()
184 IndexingDeclVisitor(*this, Loc, nullptr).Visit(ObjCPD); in handleDeclOccurrence()