Searched refs:GenObjCMethod (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexUSRs.cpp122 void GenObjCMethod(StringRef sel, bool isInstanceMethod);
309 // Ideally we would use 'GenObjCMethod', but this is such a hot path
786 void USRGenerator::GenObjCMethod(StringRef meth, bool isInstanceMethod) { function in class:USRGenerator
884 UG->GenObjCMethod(name, isInstanceMethod);

Completed in 43 milliseconds