Home
last modified time | relevance | path

Searched refs:CommandInfo (Results 1 – 24 of 24) sorted by relevance

/external/clang/include/clang/AST/
DCommentCommandTraits.h33 struct CommandInfo { struct
144 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
146 const CommandInfo *getCommandInfo(StringRef Name) const { in getCommandInfo()
147 if (const CommandInfo *Info = getCommandInfoOrNULL(Name)) in getCommandInfo()
152 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
154 const CommandInfo *getCommandInfo(unsigned CommandID) const;
156 const CommandInfo *registerUnknownCommand(StringRef CommandName);
158 const CommandInfo *registerBlockCommand(StringRef CommandName);
162 static const CommandInfo *getBuiltinCommandInfo(StringRef Name);
166 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID);
[all …]
DCommentLexer.h30 struct CommandInfo;
324 char Marker, const CommandInfo *Info);
331 const CommandInfo *Info);
DComment.h99 unsigned CommandID : CommandInfo::NumCommandIDBits;
102 CommandInfo::NumCommandIDBits };
143 unsigned CommandID : CommandInfo::NumCommandIDBits;
150 CommandInfo::NumCommandIDBits + 1 };
/external/llvm-project/clang/include/clang/AST/
DCommentCommandTraits.h32 struct CommandInfo { struct
143 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
145 const CommandInfo *getCommandInfo(StringRef Name) const { in getCommandInfo()
146 if (const CommandInfo *Info = getCommandInfoOrNULL(Name)) in getCommandInfo()
151 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
153 const CommandInfo *getCommandInfo(unsigned CommandID) const;
155 const CommandInfo *registerUnknownCommand(StringRef CommandName);
157 const CommandInfo *registerBlockCommand(StringRef CommandName);
161 static const CommandInfo *getBuiltinCommandInfo(StringRef Name);
165 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID);
[all …]
DCommentLexer.h28 struct CommandInfo;
327 const CommandInfo *Info);
334 const CommandInfo *Info);
DComment.h99 unsigned CommandID : CommandInfo::NumCommandIDBits;
102 CommandInfo::NumCommandIDBits };
143 unsigned CommandID : CommandInfo::NumCommandIDBits;
150 CommandInfo::NumCommandIDBits + 1 };
/external/clang/lib/AST/
DCommentCommandTraits.cpp34 const CommandInfo *CommandTraits::getCommandInfoOrNULL(StringRef Name) const { in getCommandInfoOrNULL()
35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name)) in getCommandInfoOrNULL()
40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo()
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID)) in getCommandInfo()
46 const CommandInfo *
57 SmallVector<const CommandInfo *, 2> BestCommand; in getTypoCorrectCommandInfo()
59 auto ConsiderCorrection = [&](const CommandInfo *Command) { in getTypoCorrectCommandInfo()
84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName()
90 CommandInfo *Info = new (Allocator) CommandInfo(); in createCommandInfoWithName()
94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName()
[all …]
DCommentBriefParser.cpp82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
DCommentLexer.cpp376 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()
451 char Marker, const CommandInfo *Info) { in setupAndLexVerbatimBlock()
535 const CommandInfo *Info) { in setupAndLexVerbatimLine()
DCommentParser.cpp317 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()
573 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
688 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
DCommentSema.cpp99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkFunctionDeclVerbatimLine()
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDeclVerbatimLine()
169 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl()
624 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()
DASTDumper.cpp2308 const CommandInfo *Info = CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
/external/llvm-project/clang/lib/AST/
DCommentCommandTraits.cpp34 const CommandInfo *CommandTraits::getCommandInfoOrNULL(StringRef Name) const { in getCommandInfoOrNULL()
35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name)) in getCommandInfoOrNULL()
40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo()
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID)) in getCommandInfo()
46 const CommandInfo *
57 SmallVector<const CommandInfo *, 2> BestCommand; in getTypoCorrectCommandInfo()
59 auto ConsiderCorrection = [&](const CommandInfo *Command) { in getTypoCorrectCommandInfo()
84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName()
90 CommandInfo *Info = new (Allocator) CommandInfo(); in createCommandInfoWithName()
94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName()
[all …]
DCommentBriefParser.cpp80 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
DCommentLexer.cpp406 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()
465 char Marker, const CommandInfo *Info) { in setupAndLexVerbatimBlock()
549 const CommandInfo *Info) { in setupAndLexVerbatimLine()
DCommentParser.cpp316 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()
577 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
692 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
DCommentSema.cpp99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkFunctionDeclVerbatimLine()
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDeclVerbatimLine()
171 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDecl()
630 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()
DJSONNodeDumper.cpp1506 if (const comments::CommandInfo *Info = in getCommentCommandName()
DTextNodeDumper.cpp706 const comments::CommandInfo *Info = in getCommandName()
/external/ImageMagick/utilities/
Dmagick.c79 } CommandInfo; in MagickMain() typedef
81 const CommandInfo in MagickMain()
/external/llvm-project/clang-tools-extra/clangd/index/dex/dexp/
DDexp.cpp324 } CommandInfo[] = { variable
349 for (const auto &C : CommandInfo) in runCommand()
358 for (const auto &Cmd : CommandInfo) { in runCommand()
/external/llvm-project/clang/lib/Index/
DCommentToXML.cpp122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts()
173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts()
334 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()
/external/clang/lib/Index/
DCommentToXML.cpp122 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts()
173 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts()
333 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()
/external/llvm-project/clang-tools-extra/clang-doc/
DSerialize.cpp173 const CommandInfo *Info = CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()