HomeSort by relevance Sort by last modified time
    Searched refs:CommandInfo (Results 1 - 13 of 13) sorted by null

  /external/clang/include/clang/AST/
CommentCommandTraits.h 33 struct CommandInfo {
121 /// \brief True if this command is unknown. This \c CommandInfo object was
142 /// \returns a CommandInfo object for a given command name or
143 /// NULL if no CommandInfo object exists for this command.
144 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
146 const CommandInfo *getCommandInfo(StringRef Name) const {
147 if (const CommandInfo *Info = getCommandInfoOrNULL(Name))
152 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
154 const CommandInfo *getCommandInfo(unsigned CommandID) const;
156 const CommandInfo *registerUnknownCommand(StringRef CommandName)
    [all...]
CommentLexer.h 30 struct CommandInfo;
324 char Marker, const CommandInfo *Info);
331 const CommandInfo *Info);
Comment.h 99 unsigned CommandID : CommandInfo::NumCommandIDBits;
102 CommandInfo::NumCommandIDBits };
143 unsigned CommandID : CommandInfo::NumCommandIDBits;
150 CommandInfo::NumCommandIDBits + 1 };
  /external/clang/lib/AST/
CommentCommandTraits.cpp 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))
46 const CommandInfo *
57 SmallVector<const CommandInfo *, 2> BestCommand;
59 auto ConsiderCorrection = [&](const CommandInfo *Command) {
84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) {
89 // Value-initialize (=zero-initialize in this case) a new CommandInfo.
90 CommandInfo *Info = new (Allocator) CommandInfo()
    [all...]
CommentBriefParser.cpp 82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
CommentSema.cpp 99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
169 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
626 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID());
    [all...]
CommentParser.cpp 317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
573 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
688 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID());
ASTDumper.cpp     [all...]
  /external/ImageMagick/utilities/
magick.c 81 } CommandInfo;
83 const CommandInfo
  /external/clang/lib/Index/
CommentToXML.cpp 122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
333 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID());
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
command_registry.py 75 class CommandInfo(messages.Message):
185 command_info = CommandInfo(
  /hardware/ril/libril/
ril.cpp 138 } CommandInfo;
148 CommandInfo *pCI;
357 static CommandInfo s_commands[] = {
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 

Completed in 611 milliseconds