Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp2047 std::string MethodName = in dumpLayout() local
2057 const std::string &MethodName = I->first; in dumpLayout() local
2114 std::string MethodName = in dumpLayout() local
2137 const std::string &MethodName = I->second; in dumpLayout() local
/external/clang/lib/Sema/
DSemaLambda.cpp65 DeclarationName MethodName in startLambdaDefinition() local
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp678 const StringRef &CategoryName, const Selector MethodName, in SymbolNameForMethod()
2409 Selector MethodName = OMD->getSelector(); in GenerateMethod() local
DCGDebugInfo.cpp146 SmallString<256> MethodName; in getObjCMethodName() local
913 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1107 TEST_F(ServiceDescriptorTest, MethodName) { in TEST_F() argument