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 301 SmallVector<CXIdxObjCProtocolRefInfo *, 4> Prots;
304 CXIdxObjCProtocolRefListInfo Info = { Prots.data(),
305 (unsigned)Prots.size() };
IndexingContext.cpp 46 Prots.push_back(&ProtInfos[i]);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 337 virtual void RewriteObjCProtocolListMetaData(const ObjCList<ObjCProtocolDecl> &Prots,
539 const ObjCList<ObjCProtocolDecl> &Prots,
    [all...]
RewriteModernObjC.cpp 461 const ObjCList<ObjCProtocolDecl> &Prots,
    [all...]

Completed in 139 milliseconds