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

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 583 IdentifierInfo *ProtocolName,
592 assert(ProtocolName && "Missing protocol identifier");
593 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc,
598 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName;
605 PDecl = ObjCProtocolDecl::Create(Context, CurContext, ProtocolName,
616 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList);
620 PDecl = ObjCProtocolDecl::Create(Context, CurContext, ProtocolName,
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 356 llvm::Constant *GenerateEmptyProtocol(const std::string &ProtocolName);
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 30 milliseconds