Searched refs:typeA (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp792 const char *typeA = command.GetArgumentAtIndex(0); variable
793 ConstString typeCS(typeA);
834 result.AppendErrorWithFormat("no custom formatter for %s.\n", typeA);
1878 const char *typeA = command.GetArgumentAtIndex(i); variable
1879 ConstString typeCS(typeA);
1940 const char *typeA = command.GetArgumentAtIndex(i); variable
1941 ConstString typeCS(typeA);
2046 const char *typeA = command.GetArgumentAtIndex(i); variable
2047 ConstString typeCS(typeA);

Completed in 114 milliseconds