OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtocolRefs
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/AST/
DeclObjC.cpp
316
SmallVector<ObjCProtocolDecl*, 8>
ProtocolRefs
;
329
ProtocolRefs
.push_back(ProtoInExtension);
332
if (
ProtocolRefs
.empty())
335
// Merge
ProtocolRefs
into class's protocol list;
337
ProtocolRefs
.push_back(P);
340
data().AllReferencedProtocols.set(
ProtocolRefs
.data(),
ProtocolRefs
.size(),C);
[
all
...]
/external/clang/lib/Parse/
ParseObjc.cpp
240
SmallVector<Decl *, 8>
ProtocolRefs
;
243
ParseObjCProtocolReferences(
ProtocolRefs
, ProtocolLocs, true,
251
ProtocolRefs
.data(),
252
ProtocolRefs
.size(),
285
SmallVector<Decl *, 8>
ProtocolRefs
;
289
ParseObjCProtocolReferences(
ProtocolRefs
, ProtocolLocs, true,
294
Actions.ActOnTypedefedProtocols(
ProtocolRefs
, superClassId, superClassLoc);
299
ProtocolRefs
.data(),
ProtocolRefs
.size(),
[
all
...]
/external/clang/lib/CodeGen/
CGObjCMac.cpp
[
all
...]
Completed in 65 milliseconds