Searched defs:MethodName (Results 1 - 11 of 11) 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/tpm2/generator/
H A Dcommand_generator.py422 'command_name': self.MethodName(),
453 'command_name': self.MethodName()})
475 self._EXEC_COMMAND_IMPL_START % {'command_name': self.MethodName()})
478 'command_name': self.MethodName(),
483 'command_name': self.MethodName(),
487 'command_name': self.MethodName(),
498 out_file.write(self._STRUCT_DECL_END % {'command_name': self.MethodName(),
505 out_file.write(self._STRUCT_DECL_END % {'command_name': self.MethodName(),
509 self._FUNCTION_DECL_IN_OUT % {'command_name': self.MethodName()})
512 self._FUNCTION_DECL_OUT % {'command_name': self.MethodName()})
526 def MethodName(self): function
[all...]
/external/lzma/CPP/7zip/Common/
H A DMethodProps.h173 UString MethodName; member in class:COneMethodInfo
178 MethodName.Empty();
180 bool IsEmpty() const { return MethodName.IsEmpty() && Props.IsEmpty(); }
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
H A Dutil.py105 # TODO(craigcitro): Get rid of this case here and in MethodName.
116 def MethodName(self, name, separator='_'): member in class:Names
/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.cpp3406 std::string MethodName = Method->getSelector().getAsString(); local
3408 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size());
3412 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance);
/external/clang/lib/AST/
H A DVTableBuilder.cpp2104 std::string MethodName = local
2108 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD));
2112 const std::string &MethodName = I.first; local
2122 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size();
2171 std::string MethodName = local
2179 IndicesMap[VTableIndex] = MethodName + " [complete]";
2180 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]";
2183 IndicesMap[MethodVTableIndices[MD]] = MethodName;
2195 const std::string &MethodName = I.second; local
2197 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName
3204 std::string MethodName = PredefinedExpr::ComputeName( local
3211 const std::string &MethodName = MethodNameAndDecl.first; local
3625 std::string MethodName = PredefinedExpr::ComputeName( local
3663 const std::string &MethodName = I.second; local
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp218 SmallString<256> MethodName; local
219 llvm::raw_svector_ostream OS(MethodName);
1133 StringRef MethodName = getFunctionName(Method); local
1193 RecordTy, MethodName, MethodLinkageName, MethodDefUnit, MethodLine,
H A DCGObjCGNU.cpp889 StringRef CategoryName, const Selector MethodName,
891 std::string MethodNameColonStripped = MethodName.getAsString();
2621 Selector MethodName = OMD->getSelector(); local
2628 MethodName, isClassMethod);
888 SymbolNameForMethod( StringRef ClassName, StringRef CategoryName, const Selector MethodName, bool isClassMethod) argument

Completed in 281 milliseconds