Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp278 AddObjCKeyword(StringRef Name,tok::ObjCKeywordKind ObjCID,IdentifierTable & Table) AddObjCKeyword() argument
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp173 if (auto *ObjCID = dyn_cast_or_null<ObjCInterfaceDecl>(ASTNode.OrigD)) { in handleDeclOccurrence() local