Home
last modified time | relevance | path

Searched defs:CommandInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h32 struct CommandInfo { struct
33 unsigned getID() const { in getID()
37 const char *Name;
40 const char *EndCommandName;
43 enum { NumCommandIDBits = 20 };
46 unsigned ID : NumCommandIDBits;
50 unsigned NumArgs : 4;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DTelemetry.h67 static const llvm::telemetry::KindType CommandInfo = 0b11010000; member
119 struct CommandInfo : public LLDBBaseTelemetryInfo { struct
142 CommandInfo() = default; argument
145 return LLDBEntryKind::CommandInfo; in getKind() argument
149 return (T->getKind() & LLDBEntryKind::CommandInfo) == in classof() argument