Searched defs:MethodName (Results 1 - 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.h14 UString MethodName; member in struct:NArchive::COneMethodInfo
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp665 std::string MethodName = MethodIdName->getName(); local
667 StringRef STRefMethodName(MethodName);
677 MethodName = STRefMethodName.substr(len);
679 std::string MethodNameSubStr = MethodName.substr(0, 3);
687 StringRef LoweredMethodName(MethodName);
/external/clang/lib/Sema/
H A DSemaLambda.cpp133 DeclarationName MethodName local
142 DeclarationNameInfo(MethodName,
H A DSemaDeclObjC.cpp2324 std::string MethodName = Method->getSelector().getAsString(); local
2326 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size());
2330 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance);
/external/clang/lib/AST/
H A DVTableBuilder.cpp2161 std::string MethodName = local
2165 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD));
2171 const std::string &MethodName = I->first; local
2177 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size();
2228 std::string MethodName = local
2238 IndicesMap[VTableIndex] = MethodName + " [complete]";
2239 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]";
2243 IndicesMap[MethodVTableIndices[GD]] = MethodName + " [scalar deleting]";
2247 IndicesMap[MethodVTableIndices[MD]] = MethodName;
2260 const std::string &MethodName local
3023 std::string MethodName = PredefinedExpr::ComputeName( local
3033 const std::string &MethodName = I->first; local
3188 std::string MethodName = PredefinedExpr::ComputeName( local
3227 const std::string &MethodName = I->second; local
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp194 SmallString<256> MethodName; local
195 llvm::raw_svector_ostream OS(MethodName);
219 memcpy(StrPtr, MethodName.begin(), OS.tell());
1053 StringRef MethodName = getFunctionName(Method); local
1105 DBuilder.createMethod(RecordTy, MethodName, MethodLinkageName,
H A DCGObjCGNU.cpp902 const StringRef &CategoryName, const Selector MethodName,
904 std::string MethodNameColonStripped = MethodName.getAsString();
2631 Selector MethodName = OMD->getSelector(); local
2638 MethodName, isClassMethod);
901 SymbolNameForMethod(const StringRef &ClassName, const StringRef &CategoryName, const Selector MethodName, bool isClassMethod) argument

Completed in 177 milliseconds