Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
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;
53 unsigned IsInlineCommand : 1;
56 unsigned IsBlockCommand : 1;
60 unsigned IsBriefCommand : 1;
[all …]
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
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;
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/
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;
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
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;
/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/site-packages/pip/_internal/commands/
D__init__.py11 CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") variable
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/commands/
D__init__.py11 CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") variable
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/commands/
D__init__.py11 CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") variable
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/commands/
D__init__.py11 CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") variable