Home
last modified time | relevance | path

Searched defs:MethodName (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGVTables.cpp2206 std::string MethodName = in dumpLayout() local
2216 const std::string &MethodName = I->first; in dumpLayout() local
2273 std::string MethodName = in dumpLayout() local
2296 const std::string &MethodName = I->second; in dumpLayout() local
DCGDebugInfo.cpp100 llvm::SmallString<256> MethodName; in getObjCMethodName() local
726 llvm::StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local
DCGObjCGNU.cpp654 const llvm::StringRef &CategoryName, const Selector MethodName, in SymbolNameForMethod()
2224 Selector MethodName = OMD->getSelector(); in GenerateMethod() local
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1107 TEST_F(ServiceDescriptorTest, MethodName) { in TEST_F() argument