OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtoRefs
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
551
llvm::SmallVector<ObjCProtocolDecl *, 16>
ProtoRefs
;
552
ProtoRefs
.reserve(NumProtoRefs);
554
ProtoRefs
.push_back(cast<ObjCProtocolDecl>(Reader.GetDecl(Record[Idx++])));
559
PD->setProtocolList(
ProtoRefs
.data(), NumProtoRefs, ProtoLocs.data(),
585
llvm::SmallVector<ObjCProtocolDecl *, 16>
ProtoRefs
;
586
ProtoRefs
.reserve(NumProtoRefs);
588
ProtoRefs
.push_back(cast<ObjCProtocolDecl>(Reader.GetDecl(Record[Idx++])));
593
FPD->setProtocolList(
ProtoRefs
.data(), NumProtoRefs, ProtoLocs.data(),
601
llvm::SmallVector<ObjCProtocolDecl *, 16>
ProtoRefs
;
602
ProtoRefs
.reserve(NumProtoRefs)
[
all
...]
/external/clang/lib/Sema/
SemaDeclObjC.cpp
393
Decl * const *
ProtoRefs
, unsigned NumProtoRefs,
519
IDecl->setProtocolList((ObjCProtocolDecl**)
ProtoRefs
, NumProtoRefs,
605
Decl * const *
ProtoRefs
,
624
PList.set((ObjCProtocolDecl *const*)
ProtoRefs
, NumProtoRefs, Context);
644
PDecl->setProtocolList((ObjCProtocolDecl**)
ProtoRefs
, NumProtoRefs,
764
Decl * const *
ProtoRefs
,
820
CDecl->setProtocolList((ObjCProtocolDecl**)
ProtoRefs
, NumProtoRefs,
824
IDecl->mergeClassExtensionProtocolList((ObjCProtocolDecl**)
ProtoRefs
,
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 882 milliseconds