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

/external/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h29 class MethodName class in class:lldb_private::CPPLanguageRuntime
40 MethodName () : function in class:lldb_private::CPPLanguageRuntime::MethodName
52 MethodName (const ConstString &s) : function in class:lldb_private::CPPLanguageRuntime::MethodName
H A DObjCLanguageRuntime.h35 class MethodName class in class:lldb_private::ObjCLanguageRuntime
45 MethodName () : function in class:lldb_private::ObjCLanguageRuntime::MethodName
55 MethodName (const char *name, bool strict) : function in class:lldb_private::ObjCLanguageRuntime::MethodName
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.h14 UString MethodName; member in struct:NArchive::COneMethodInfo
/external/clang/include/clang/Analysis/Analyses/
H A DConsumed.h105 /// \param MethodName -- The name of the method that was incorrectly
111 virtual void warnUseOfTempInInvalidState(StringRef MethodName, argument
116 /// \param MethodName -- The name of the method that was incorrectly
125 virtual void warnUseInInvalidState(StringRef MethodName, argument
/external/clang/lib/Sema/
H A DSemaLambda.cpp379 DeclarationName MethodName local
388 DeclarationNameInfo(MethodName,
404 Method->getLocation(), MethodName,
H A DSemaDeclObjC.cpp2475 std::string MethodName = Method->getSelector().getAsString(); local
2477 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size());
2481 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance);
/external/clang/lib/AST/
H A DVTableBuilder.cpp2135 std::string MethodName = local
2139 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD));
2145 const std::string &MethodName = I->first; local
2155 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size();
2204 std::string MethodName = local
2212 IndicesMap[VTableIndex] = MethodName + " [complete]";
2213 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]";
2216 IndicesMap[MethodVTableIndices[MD]] = MethodName;
2229 const std::string &MethodName = I->second; local
2231 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName
3248 std::string MethodName = PredefinedExpr::ComputeName( local
3258 const std::string &MethodName = I->first; local
3554 std::string MethodName = PredefinedExpr::ComputeName( local
3595 const std::string &MethodName = I->second; local
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp198 SmallString<256> MethodName; local
199 llvm::raw_svector_ostream OS(MethodName);
1096 StringRef MethodName = getFunctionName(Method); local
1156 RecordTy, MethodName, MethodLinkageName, MethodDefUnit, MethodLine,
H A DCGObjCGNU.cpp882 StringRef CategoryName, const Selector MethodName,
884 std::string MethodNameColonStripped = MethodName.getAsString();
2594 Selector MethodName = OMD->getSelector(); local
2601 MethodName, isClassMethod);
881 SymbolNameForMethod( StringRef ClassName, StringRef CategoryName, const Selector MethodName, bool isClassMethod) argument

Completed in 236 milliseconds