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

  /external/clang/tools/libclang/
CXIndexDataConsumer.h 303 SmallVector<CXIdxObjCProtocolRefInfo *, 4> Prots;
306 CXIdxObjCProtocolRefListInfo Info = { Prots.data(),
307 (unsigned)Prots.size() };
CXIndexDataConsumer.cpp 258 Prots.push_back(&ProtInfos[i]);
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 329 virtual void RewriteObjCProtocolListMetaData(const ObjCList<ObjCProtocolDecl> &Prots,
530 const ObjCList<ObjCProtocolDecl> &Prots,
    [all...]

Completed in 204 milliseconds