Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A 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()
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);
171 const CommandInfo *getRegisteredCommandInfo(StringRef Name) const;
174 CommandInfo *createCommandInfoWithName(StringRef CommandName);
[all …]
H A DCommentLexer.h28 struct CommandInfo;
330 const CommandInfo *Info);
337 const CommandInfo *Info);
H A DComment.h99 unsigned CommandID : CommandInfo::NumCommandIDBits;
102 CommandInfo::NumCommandIDBits };
143 unsigned CommandID : CommandInfo::NumCommandIDBits;
150 CommandInfo::NumCommandIDBits + 1 };
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentCommandTraits.cpp35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name)) in getCommandInfoOrNULL()
46 const CommandInfo *
57 SmallVector<const CommandInfo *, 2> BestCommand; in getTypoCorrectCommandInfo()
59 auto ConsiderCorrection = [&](const CommandInfo *Command) { in getTypoCorrectCommandInfo()
90 CommandInfo *Info = new (Allocator) CommandInfo(); in createCommandInfoWithName()
94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName()
103 const CommandInfo *CommandTraits::registerUnknownCommand( in registerUnknownCommand()
105 CommandInfo *Info = createCommandInfoWithName(CommandName); in registerUnknownCommand()
116 const CommandInfo *CommandTraits::getBuiltinCommandInfo( in getBuiltinCommandInfo()
123 const CommandInfo *CommandTraits::getRegisteredCommandInfo( in getRegisteredCommandInfo()
[all …]
H A DCommentParser.cpp313 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseBlockCommand()
401 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseInlineCommand()
566 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in parseParagraphOrBlockCommand()
681 const CommandInfo *Info = Traits.getCommandInfo(Tok.getVerbatimBlockID()); in parseVerbatimBlock()
H A DCommentBriefParser.cpp71 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); in Parse()
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 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()
602 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()
H A DJSONNodeDumper.cpp1568 if (const comments::CommandInfo *Info = in getCommentCommandName()
H A DTextNodeDumper.cpp749 const comments::CommandInfo *Info = in getCommandName()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp363 } CommandInfo[] = { variable
390 for (const auto &C : CommandInfo) in runCommand()
399 for (const auto &Cmd : CommandInfo) { in runCommand()
/llvm-project-15.0.7/clang/lib/Index/
H A 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()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp173 const CommandInfo *Info = CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()