Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp270 IDNS = Decl::IDNS_ObjCProtocol; in getIDNS()
275 | Decl::IDNS_Using | Decl::IDNS_Namespace | Decl::IDNS_ObjCProtocol in getIDNS()
2609 Decl::IDNS_ObjCProtocol))) in checkHidden()
2613 if ((((*I)->getIdentifierNamespace() & Decl::IDNS_ObjCProtocol) in checkHidden()
2614 || (IDNS & Decl::IDNS_ObjCProtocol)) && in checkHidden()
DSemaCodeComplete.cpp829 Decl::IDNS_ObjCProtocol))) in MaybeAddResult()
833 if (((I->first->getIdentifierNamespace() & Decl::IDNS_ObjCProtocol) in MaybeAddResult()
834 || (IDNS & Decl::IDNS_ObjCProtocol)) && in MaybeAddResult()
/external/clang/include/clang/AST/
DDeclBase.h135 IDNS_ObjCProtocol = 0x0040, enumerator
/external/clang/lib/AST/
DDeclBase.cpp457 return IDNS_ObjCProtocol; in getIdentifierNamespaceForKind()
DASTImporter.cpp2995 if (!(*Lookup.first)->isInIdentifierNamespace(Decl::IDNS_ObjCProtocol)) in VisitObjCProtocolDecl()