OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumProtocols
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
1126
unsigned
NumProtocols
= Record.readInt();
1128
Protocols.reserve(
NumProtocols
);
1129
for (unsigned I = 0; I !=
NumProtocols
; ++I)
1132
ProtoLocs.reserve(
NumProtocols
);
1133
for (unsigned I = 0; I !=
NumProtocols
; ++I)
1135
Data.ReferencedProtocols.set(Protocols.data(),
NumProtocols
, ProtoLocs.data(),
1139
NumProtocols
= Record.readInt();
1141
Protocols.reserve(
NumProtocols
);
1142
for (unsigned I = 0; I !=
NumProtocols
; ++I)
1144
Data.AllReferencedProtocols.set(Protocols.data(),
NumProtocols
,
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
1628
unsigned
NumProtocols
: 6;
5750
unsigned
NumProtocols
: 6;
5762
return
NumProtocols
;
5766
NumProtocols
= N;
5824
// ObjCObjectType.
NumProtocols
- the number of protocols stored
5850
return ObjCObjectTypeBits.
NumProtocols
;
5853
ObjCObjectTypeBits.
NumProtocols
= N;
5867
ObjCObjectTypeBits.
NumProtocols
= 0;
ASTContext.h
1562
unsigned
NumProtocols
) const;
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c
1652
unsigned
NumProtocols
= clang_Type_getNumObjCProtocolRefs(PT);
1653
if (
NumProtocols
> 0) {
1656
for (i = 0; i <
NumProtocols
; ++i) {
3579
for (i = 0; i < ProtoInfo->
numProtocols
; ++i) {
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
5074
unsigned
NumProtocols
) const {
5076
llvm::makeArrayRef(Protocols,
NumProtocols
),
Completed in 44 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026