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 308 SmallVector<CXIdxObjCProtocolRefInfo *, 4> Prots;
311 CXIdxObjCProtocolRefListInfo Info = { Prots.data(),
312 (unsigned)Prots.size() };
IndexingContext.cpp 45 Prots.push_back(&ProtInfos[i]);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 336 virtual void RewriteObjCProtocolListMetaData(const ObjCList<ObjCProtocolDecl> &Prots,
531 const ObjCList<ObjCProtocolDecl> &Prots,
    [all...]
RewriteModernObjC.cpp 447 const ObjCList<ObjCProtocolDecl> &Prots,
    [all...]

Completed in 673 milliseconds