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
637
ObjCList<ObjCProtocolDecl>
AllReferencedProtocols
;
803
return data().
AllReferencedProtocols
.empty()
805
: data().
AllReferencedProtocols
.begin();
815
return data().
AllReferencedProtocols
.empty()
817
: data().
AllReferencedProtocols
.end();
[
all
...]
/external/clang/lib/AST/
DeclObjC.cpp
264
if (data().
AllReferencedProtocols
.empty() &&
266
data().
AllReferencedProtocols
.set(ExtList, ExtNum, C);
301
data().
AllReferencedProtocols
.set(ProtocolRefs.data(), ProtocolRefs.size(),C);
[
all
...]
/external/clang/lib/Serialization/
ASTWriterDecl.cpp
492
Record.push_back(Data.
AllReferencedProtocols
.size());
494
P = Data.
AllReferencedProtocols
.begin(),
495
PEnd = Data.
AllReferencedProtocols
.end();
[
all
...]
ASTReaderDecl.cpp
725
ID->data().
AllReferencedProtocols
.set(Protocols.data(), NumProtocols,
[
all
...]
Completed in 290 milliseconds