Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp275 IDNS = Decl::IDNS_ObjCProtocol; in getIDNS()
280 | Decl::IDNS_Using | Decl::IDNS_Namespace | Decl::IDNS_ObjCProtocol in getIDNS()
2949 Decl::IDNS_ObjCProtocol))) in checkHidden()
2953 if ((((*I)->getIdentifierNamespace() & Decl::IDNS_ObjCProtocol) in checkHidden()
2954 || (IDNS & Decl::IDNS_ObjCProtocol)) && in checkHidden()
DSemaCodeComplete.cpp879 Decl::IDNS_LocalExtern | Decl::IDNS_ObjCProtocol))) in MaybeAddResult()
883 if (((I->first->getIdentifierNamespace() & Decl::IDNS_ObjCProtocol) in MaybeAddResult()
884 || (IDNS & Decl::IDNS_ObjCProtocol)) && in MaybeAddResult()
/external/clang/include/clang/AST/
DDeclBase.h129 IDNS_ObjCProtocol = 0x0040, enumerator
/external/clang/lib/AST/
DDeclBase.cpp545 return IDNS_ObjCProtocol; in getIdentifierNamespaceForKind()
DASTImporter.cpp3444 if (!FoundDecls[I]->isInIdentifierNamespace(Decl::IDNS_ObjCProtocol)) in VisitObjCProtocolDecl()