Searched refs:UsageKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/Interfaces/ |
| H A D | ScriptedInterfaceUsages.cpp | 14 void ScriptedInterfaceUsages::Dump(Stream &s, UsageKind kind) const { in Dump() 18 (kind == UsageKind::CommandInterpreter) ? "Command Interpreter" : "API"; in Dump() 21 (kind == UsageKind::CommandInterpreter) ? GetCommandInterpreterUsages() in Dump()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| H A D | ScriptedInterfaceUsages.h | 33 enum class UsageKind { CommandInterpreter, API }; enum 35 void Dump(Stream &s, UsageKind kind) const;
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectScripting.cpp | 223 usages.Dump(s, ScriptedInterfaceUsages::UsageKind::API); in DoExecute() 224 usages.Dump(s, ScriptedInterfaceUsages::UsageKind::CommandInterpreter); in DoExecute()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 13285 enum UsageKind { enum in __anon28c3fbb13011::SequenceChecker 13424 void addUsage(Object O, UsageInfo &UI, const Expr *UsageExpr, UsageKind UK) { in addUsage() 13445 UsageKind OtherKind, bool IsModMod) { in checkUsage() 13512 void notePostMod(Object O, const Expr *ModExpr, UsageKind UK) { in notePostMod()
|