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

  /external/clang/include/clang/AST/
CommentCommandTraits.h 33 struct CommandInfo {
117 /// \brief True if this command is unknown. This \c CommandInfo object was
138 /// \returns a CommandInfo object for a given command name or
139 /// NULL if no CommandInfo object exists for this command.
140 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
142 const CommandInfo *getCommandInfo(StringRef Name) const {
143 if (const CommandInfo *Info = getCommandInfoOrNULL(Name))
148 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
150 const CommandInfo *getCommandInfo(unsigned CommandID) const;
152 const CommandInfo *registerUnknownCommand(StringRef CommandName)
    [all...]
CommentLexer.h 30 struct CommandInfo;
324 char Marker, const CommandInfo *Info);
331 const CommandInfo *Info);
  /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/chromium_org/tools/gn/
commands.cc 15 CommandInfo::CommandInfo()
21 CommandInfo::CommandInfo(const char* in_help_short,
33 info_map[k##cmd] = CommandInfo(k##cmd##_HelpShort, \
commands.h 54 struct CommandInfo {
55 CommandInfo();
56 CommandInfo(const char* in_help_short,
65 typedef std::map<base::StringPiece, CommandInfo> CommandInfoMap;
  /external/chromium_org/gpu/command_buffer/service/
common_decoder.cc 116 struct CommandInfo {
122 // A table of CommandInfo for all the commands.
123 const CommandInfo g_command_info[] = {
145 const CommandInfo& info = g_command_info[command];
gles2_cmd_decoder.cc 233 struct CommandInfo {
240 // A table of CommandInfo for all the commands.
241 const CommandInfo g_command_info[] = {
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 123 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID());
174 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID());
334 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID());
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 273 struct CommandInfo {
287 int* pattern, CommandInfo* result, int numCommands) {
335 const CommandInfo& saveLayerInfo,
336 const CommandInfo& dbmInfo);
355 CommandInfo result[SK_ARRAY_COUNT(pattern)];
385 const CommandInfo& saveLayerInfo,
386 const CommandInfo& dbmInfo) {
469 CommandInfo result[SK_ARRAY_COUNT(pattern)];
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 273 struct CommandInfo {
287 int* pattern, CommandInfo* result, int numCommands) {
335 const CommandInfo& saveLayerInfo,
336 const CommandInfo& dbmInfo);
355 CommandInfo result[SK_ARRAY_COUNT(pattern)];
385 const CommandInfo& saveLayerInfo,
386 const CommandInfo& dbmInfo) {
469 CommandInfo result[SK_ARRAY_COUNT(pattern)];
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 359 typedef struct CommandInfo CommandInfo;
364 CommandInfo *value;
    [all...]
qapi-visit.h 89 void visit_type_CommandInfo(Visitor *m, CommandInfo ** obj, const char *name, Error **errp);
qapi-types.c 1019 void qapi_free_CommandInfo(CommandInfo * obj)
    [all...]
qapi-visit.c     [all...]
  /hardware/ril/libril/
ril.cpp 127 } CommandInfo;
137 CommandInfo *pCI;
336 static CommandInfo s_commands[] = {
    [all...]

Completed in 929 milliseconds