HomeSort by relevance Sort by last modified time
    Searched refs:Prots (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
IndexingContext.h 317 SmallVector<CXIdxObjCProtocolRefInfo *, 4> Prots;
320 CXIdxObjCProtocolRefListInfo Info = { Prots.data(),
321 (unsigned)Prots.size() };
IndexingContext.cpp 46 Prots.push_back(&ProtInfos[i]);
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 334 virtual void RewriteObjCProtocolListMetaData(const ObjCList<ObjCProtocolDecl> &Prots,
525 const ObjCList<ObjCProtocolDecl> &Prots,
    [all...]
RewriteModernObjC.cpp 391 const ObjCList<ObjCProtocolDecl> &Prots,
    [all...]

Completed in 1601 milliseconds