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 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 111 milliseconds