OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numprotocols
(Results
1 - 10
of
10
) sorted by null
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
736
unsigned
NumProtocols
= Record[Idx++];
738
Protocols.reserve(
NumProtocols
);
739
for (unsigned I = 0; I !=
NumProtocols
; ++I)
742
ProtoLocs.reserve(
NumProtocols
);
743
for (unsigned I = 0; I !=
NumProtocols
; ++I)
745
ID->setProtocolList(Protocols.data(),
NumProtocols
, ProtoLocs.data(),
749
NumProtocols
= Record[Idx++];
751
Protocols.reserve(
NumProtocols
);
752
for (unsigned I = 0; I !=
NumProtocols
; ++I)
754
ID->data().AllReferencedProtocols.set(Protocols.data(),
NumProtocols
,
[
all
...]
/external/clang/lib/AST/
Type.cpp
465
unsigned
NumProtocols
)
469
ObjCObjectTypeBits.
NumProtocols
=
NumProtocols
;
470
assert(getNumProtocols() ==
NumProtocols
&&
472
if (
NumProtocols
)
474
NumProtocols
* sizeof(ObjCProtocolDecl*));
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/include/clang/AST/
Type.h
[
all
...]
ASTContext.h
[
all
...]
/external/clang/lib/Sema/
SemaDeclObjC.cpp
741
unsigned
NumProtocols
,
743
for (unsigned i = 0; i !=
NumProtocols
; ++i) {
[
all
...]
SemaCodeComplete.cpp
[
all
...]
/external/clang/tools/c-index-test/
c-index-test.c
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
/external/clang/include/clang-c/
Index.h
[
all
...]
Completed in 1188 milliseconds