OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prots
(Results
1 - 4
of
4
) sorted by null
/external/clang/tools/libclang/
IndexingContext.h
304
SmallVector<CXIdxObjCProtocolRefInfo *, 4>
Prots
;
307
CXIdxObjCProtocolRefListInfo Info = {
Prots
.data(),
308
(unsigned)
Prots
.size() };
IndexingContext.cpp
46
Prots
.push_back(&ProtInfos[i]);
[
all
...]
/external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp
328
virtual void RewriteObjCProtocolListMetaData(const ObjCList<ObjCProtocolDecl> &
Prots
,
530
const ObjCList<ObjCProtocolDecl> &
Prots
,
[
all
...]
RewriteModernObjC.cpp
452
const ObjCList<ObjCProtocolDecl> &
Prots
,
[
all
...]
Completed in 325 milliseconds