Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp199 tok::ObjCKeywordKind ObjCID, in AddObjCKeyword() argument
201 Table.get(Name).setObjCKeywordID(ObjCID); in AddObjCKeyword()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp167 if (auto *ObjCID = dyn_cast_or_null<ObjCInterfaceDecl>(ASTNode.OrigD)) { in handleDeclOccurrence() local
168 if (!ObjCID->isThisDeclarationADefinition() && in handleDeclOccurrence()
169 ObjCID->getLocation() == Loc) { in handleDeclOccurrence()
171 IndexingDeclVisitor(*this, Loc, nullptr).Visit(ObjCID); in handleDeclOccurrence()