Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp175 if (auto *ObjCPD = dyn_cast_or_null<ObjCProtocolDecl>(ASTNode.OrigD)) { in handleDeclOccurrence() local
176 if (!ObjCPD->isThisDeclarationADefinition() && in handleDeclOccurrence()
177 ObjCPD->getLocation() == Loc) { in handleDeclOccurrence()
179 IndexingDeclVisitor(*this, Loc, nullptr).Visit(ObjCPD); in handleDeclOccurrence()