reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 4197     if (!FoundDecl->isInIdentifierNamespace(Decl::IDNS_ObjCProtocol))
tools/clang/lib/AST/DeclBase.cpp
  743       return IDNS_ObjCProtocol;
tools/clang/lib/Sema/SemaCodeComplete.cpp
 1121                    Decl::IDNS_LocalExtern | Decl::IDNS_ObjCProtocol)))
 1125       if (((I->first->getIdentifierNamespace() & Decl::IDNS_ObjCProtocol) ||
 1126            (IDNS & Decl::IDNS_ObjCProtocol)) &&
tools/clang/lib/Sema/SemaLookup.cpp
  277     IDNS = Decl::IDNS_ObjCProtocol;
  290       | Decl::IDNS_Using | Decl::IDNS_Namespace | Decl::IDNS_ObjCProtocol
 3680                    Decl::IDNS_ObjCProtocol)))
 3684       if (((D->getIdentifierNamespace() & Decl::IDNS_ObjCProtocol)
 3685            || (IDNS & Decl::IDNS_ObjCProtocol)) &&