HomeSort by relevance Sort by last modified time
    Searched defs:Prot (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Index/
USRGeneration.cpp 138 void GenObjCProtocol(StringRef prot) {
139 generateUSRForObjCProtocol(prot, Out);
794 void clang::index::generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS) {
795 OS << "objc(pl)" << Prot;
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 530 milliseconds