Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A 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 …]
H A DCommentBriefParser.cpp71 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
H A DCommentParser.cpp478 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()
572 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseInlineCommand()
733 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
848 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
H A DCommentLexer.cpp402 const CommandInfo *Info = Traits.getCommandInfoOrNULL(CommandName); in lexCommentText()
461 char Marker, const CommandInfo *Info) { in setupAndLexVerbatimBlock()
545 const CommandInfo *Info) { in setupAndLexVerbatimLine()
H A DJSONNodeDumper.cpp1716 if (const comments::CommandInfo *Info = in getCommentCommandName()
H A DTextNodeDumper.cpp979 const comments::CommandInfo *Info = in getCommandName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h32 struct CommandInfo { struct
165 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
167 const CommandInfo *getCommandInfo(StringRef Name) const { in getCommandInfo()
168 if (const CommandInfo *Info = getCommandInfoOrNULL(Name)) in getCommandInfo()
173 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
175 const CommandInfo *getCommandInfo(unsigned CommandID) const;
177 const CommandInfo *registerUnknownCommand(StringRef CommandName);
179 const CommandInfo *registerBlockCommand(StringRef CommandName);
183 static const CommandInfo *getBuiltinCommandInfo(StringRef Name);
187 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID);
[all …]
H A DCommentLexer.h28 struct CommandInfo;
330 const CommandInfo *Info);
337 const CommandInfo *Info);
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp123 const CommandInfo *Info = Traits.getCommandInfo(BCC->getCommandID()); in FullCommentParts()
174 const CommandInfo *Info = Traits.getCommandInfo(VLC->getCommandID()); in FullCommentParts()
335 const CommandInfo *Info = Traits.getCommandInfo(C->getCommandID()); in visitBlockCommandComment()
716 const CommandInfo *Info = Traits.getCommandInfo(CommandID); in visitBlockCommandComment()