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/Sema/
SemaDeclObjC.cpp
448
Decl * const *
ProtoRefs
, unsigned NumProtoRefs,
588
IDecl->setProtocolList((ObjCProtocolDecl*const*)
ProtoRefs
, NumProtoRefs,
675
Decl * const *
ProtoRefs
,
704
PList.set((ObjCProtocolDecl *const*)
ProtoRefs
, NumProtoRefs, Context);
727
PDecl->setProtocolList((ObjCProtocolDecl*const*)
ProtoRefs
, NumProtoRefs,
[
all
...]
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
793
SmallVector<ObjCProtocolDecl *, 16>
ProtoRefs
;
794
ProtoRefs
.reserve(NumProtoRefs);
796
ProtoRefs
.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx));
801
PD->setProtocolList(
ProtoRefs
.data(), NumProtoRefs, ProtoLocs.data(),
828
SmallVector<ObjCProtocolDecl *, 16>
ProtoRefs
;
829
ProtoRefs
.reserve(NumProtoRefs);
831
ProtoRefs
.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx));
836
CD->setProtocolList(
ProtoRefs
.data(), NumProtoRefs, ProtoLocs.data(),
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 27 milliseconds