Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp276 IDNS = Decl::IDNS_ObjCProtocol; in getIDNS()
281 | Decl::IDNS_Using | Decl::IDNS_Namespace | Decl::IDNS_ObjCProtocol in getIDNS()
3002 Decl::IDNS_ObjCProtocol))) in checkHidden()
3006 if (((D->getIdentifierNamespace() & Decl::IDNS_ObjCProtocol) in checkHidden()
3007 || (IDNS & Decl::IDNS_ObjCProtocol)) && in checkHidden()
DSemaCodeComplete.cpp878 Decl::IDNS_LocalExtern | Decl::IDNS_ObjCProtocol))) in MaybeAddResult()
882 if (((I->first->getIdentifierNamespace() & Decl::IDNS_ObjCProtocol) in MaybeAddResult()
883 || (IDNS & Decl::IDNS_ObjCProtocol)) && in MaybeAddResult()
/external/clang/include/clang/AST/
DDeclBase.h131 IDNS_ObjCProtocol = 0x0040, enumerator
/external/clang/lib/AST/
DDeclBase.cpp565 return IDNS_ObjCProtocol; in getIdentifierNamespaceForKind()
DASTImporter.cpp3471 if (!FoundDecls[I]->isInIdentifierNamespace(Decl::IDNS_ObjCProtocol)) in VisitObjCProtocolDecl()