HomeSort by relevance Sort by last modified time
    Searched refs:ProtocolName (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 700 IdentifierInfo *ProtocolName,
709 assert(ProtocolName && "Missing protocol identifier");
710 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc,
715 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName;
722 PDecl = ObjCProtocolDecl::Create(Context, CurContext, ProtocolName,
733 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList);
737 PDecl = ObjCProtocolDecl::Create(Context, CurContext, ProtocolName,
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 405 llvm::Constant *GenerateEmptyProtocol(const std::string &ProtocolName);
    [all...]
CGObjCMac.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 2766 milliseconds