Home | History | Annotate | Download | only in AST

Lines Matching refs:CommandInfo

34 const CommandInfo *CommandTraits::getCommandInfoOrNULL(StringRef Name) const {
35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name))
40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const {
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID))
47 HelperTypoCorrectCommandInfo(SmallVectorImpl<const CommandInfo *> &BestCommand,
48 StringRef Typo, const CommandInfo *Command) {
69 const CommandInfo *
76 SmallVector<const CommandInfo *, 2> BestCommand;
89 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) {
94 // Value-initialize (=zero-initialize in this case) a new CommandInfo.
95 CommandInfo *Info = new (Allocator) CommandInfo();
104 const CommandInfo *CommandTraits::registerUnknownCommand(
106 CommandInfo *Info = createCommandInfoWithName(CommandName);
111 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) {
112 CommandInfo *Info = createCommandInfoWithName(CommandName);
117 const CommandInfo *CommandTraits::getBuiltinCommandInfo(
124 const CommandInfo *CommandTraits::getRegisteredCommandInfo(
133 const CommandInfo *CommandTraits::getRegisteredCommandInfo(