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.cpp2420 std::string MethodName = Method->getSelector().getAsString(); local
2422 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size());
2426 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance);
/external/clang/lib/AST/
H A DVTableBuilder.cpp2131 std::string MethodName = local
2135 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD));
2141 const std::string &MethodName = I->first; local
2151 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size();
2199 std::string MethodName = local
2207 IndicesMap[VTableIndex] = MethodName + " [complete]";
2208 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]";
2211 IndicesMap[MethodVTableIndices[MD]] = MethodName;
2224 const std::string &MethodName = I->second; local
2226 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName
3094 std::string MethodName = PredefinedExpr::ComputeName( local
3104 const std::string &MethodName = I->first; local
3351 std::string MethodName = PredefinedExpr::ComputeName( local
3392 const std::string &MethodName = I->second; local
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp192 SmallString<256> MethodName; local
193 llvm::raw_svector_ostream OS(MethodName);
1057 StringRef MethodName = getFunctionName(Method); local
1121 DBuilder.createMethod(RecordTy, MethodName, MethodLinkageName,
H A DCGObjCGNU.cpp879 const StringRef &CategoryName, const Selector MethodName,
881 std::string MethodNameColonStripped = MethodName.getAsString();
2587 Selector MethodName = OMD->getSelector(); local
2594 MethodName, isClassMethod);
878 SymbolNameForMethod(const StringRef &ClassName, const StringRef &CategoryName, const Selector MethodName, bool isClassMethod) argument

Completed in 464 milliseconds