OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtocolName
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
SemaDeclObjC.cpp
673
IdentifierInfo *
ProtocolName
,
682
assert(
ProtocolName
&& "Missing protocol identifier");
683
ObjCProtocolDecl *PrevDecl = LookupProtocol(
ProtocolName
, ProtocolLoc,
688
Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) <<
ProtocolName
;
695
PDecl = ObjCProtocolDecl::Create(Context, CurContext,
ProtocolName
,
706
ProtocolName
, ProtocolLoc, PrevDecl->getLocation(), PList);
710
PDecl = ObjCProtocolDecl::Create(Context, CurContext,
ProtocolName
,
[
all
...]
/external/clang/lib/CodeGen/
CGObjCGNU.cpp
402
llvm::Constant *GenerateEmptyProtocol(const std::string &
ProtocolName
);
[
all
...]
CGObjCMac.cpp
[
all
...]
/external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 847 milliseconds