OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allreferencedprotocols
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
DeclObjC.h
573
ObjCList<ObjCProtocolDecl>
AllReferencedProtocols
;
731
return data().
AllReferencedProtocols
.empty()
733
: data().
AllReferencedProtocols
.begin();
743
return data().
AllReferencedProtocols
.empty()
745
: data().
AllReferencedProtocols
.end();
[
all
...]
/external/clang/lib/AST/
DeclObjC.cpp
189
if (data().
AllReferencedProtocols
.empty() &&
191
data().
AllReferencedProtocols
.set(ExtList, ExtNum, C);
226
data().
AllReferencedProtocols
.set(ProtocolRefs.data(), ProtocolRefs.size(),C);
[
all
...]
/external/clang/lib/Serialization/
ASTWriterDecl.cpp
484
Record.push_back(Data.
AllReferencedProtocols
.size());
486
P = Data.
AllReferencedProtocols
.begin(),
487
PEnd = Data.
AllReferencedProtocols
.end();
[
all
...]
ASTReaderDecl.cpp
716
ID->data().
AllReferencedProtocols
.set(Protocols.data(), NumProtocols,
[
all
...]
Completed in 1804 milliseconds