OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumProtoRefs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
528
unsigned
NumProtoRefs
,
533
for (unsigned i = 0; i <
NumProtoRefs
; ++i) {
979
Decl *const *ProtoRefs, unsigned
NumProtoRefs
,
1094
if (
NumProtoRefs
) {
1096
NumProtoRefs
, ProtoLocs);
1097
IDecl->setProtocolList((ObjCProtocolDecl*const*)ProtoRefs,
NumProtoRefs
,
1213
SourceLocation ProtocolLoc, Decl *const *ProtoRefs, unsigned
NumProtoRefs
,
1245
PList.set((ObjCProtocolDecl *const*)ProtoRefs,
NumProtoRefs
, Context);
1266
if (!err &&
NumProtoRefs
) {
1269
NumProtoRefs
, ProtoLocs)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
1201
unsigned
NumProtoRefs
= Record.readInt();
1203
ProtoRefs.reserve(
NumProtoRefs
);
1204
for (unsigned I = 0; I !=
NumProtoRefs
; ++I)
1207
ProtoLocs.reserve(
NumProtoRefs
);
1208
for (unsigned I = 0; I !=
NumProtoRefs
; ++I)
1210
Data.ReferencedProtocols.set(ProtoRefs.data(),
NumProtoRefs
,
1265
unsigned
NumProtoRefs
= Record.readInt();
1267
ProtoRefs.reserve(
NumProtoRefs
);
1268
for (unsigned I = 0; I !=
NumProtoRefs
; ++I)
1271
ProtoLocs.reserve(
NumProtoRefs
);
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
9474
Decl *const *ProtoRefs, unsigned
NumProtoRefs
,
9506
unsigned
NumProtoRefs
, const SourceLocation *ProtoLocs,
9513
Decl *const *ProtoRefs, unsigned
NumProtoRefs
,
Completed in 96 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026