Home
last modified time | relevance | path

Searched refs:CommandTraits (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentCommandTraits.cpp18 CommandTraits::CommandTraits(llvm::BumpPtrAllocator &Allocator, in CommandTraits() function in clang::comments::CommandTraits
24 void CommandTraits::registerCommentOptions( in registerCommentOptions()
34 const CommandInfo *CommandTraits::getCommandInfoOrNULL(StringRef Name) const { in getCommandInfoOrNULL()
40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo()
47 CommandTraits::getTypoCorrectCommandInfo(StringRef Typo) const { in getTypoCorrectCommandInfo()
84 CommandInfo *CommandTraits::createCommandInfoWithName(StringRef CommandName) { in createCommandInfoWithName()
103 const CommandInfo *CommandTraits::registerUnknownCommand( in registerUnknownCommand()
110 const CommandInfo *CommandTraits::registerBlockCommand(StringRef CommandName) { in registerBlockCommand()
116 const CommandInfo *CommandTraits::getBuiltinCommandInfo( in getBuiltinCommandInfo()
123 const CommandInfo *CommandTraits::getRegisteredCommandInfo( in getRegisteredCommandInfo()
[all …]
H A DCommentSema.cpp29 DiagnosticsEngine &Diags, CommandTraits &Traits, in Sema()
105 case CommandTraits::KCI_function: in checkFunctionDeclVerbatimLine()
108 case CommandTraits::KCI_functiongroup: in checkFunctionDeclVerbatimLine()
111 case CommandTraits::KCI_method: in checkFunctionDeclVerbatimLine()
114 case CommandTraits::KCI_methodgroup: in checkFunctionDeclVerbatimLine()
117 case CommandTraits::KCI_callback: in checkFunctionDeclVerbatimLine()
137 case CommandTraits::KCI_class: in checkContainerDeclVerbatimLine()
147 case CommandTraits::KCI_interface: in checkContainerDeclVerbatimLine()
150 case CommandTraits::KCI_protocol: in checkContainerDeclVerbatimLine()
153 case CommandTraits::KCI_struct: in checkContainerDeclVerbatimLine()
[all …]
H A DCommentBriefParser.cpp47 BriefParser::BriefParser(Lexer &L, const CommandTraits &Traits) : in BriefParser()
H A DRawCommentList.cpp388 comments::CommandTraits EmptyTraits(Allocator, DefOpts); in getFormattedLines()
H A DCommentLexer.cpp738 const CommandTraits &Traits, SourceLocation FileLoc, in Lexer()
H A DCommentParser.cpp258 const CommandTraits &Traits): in Parser()
H A DJSONNodeDumper.cpp1601 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName()
H A DTextNodeDumper.cpp750 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommandTraits.h127 class CommandTraits {
136 CommandTraits(llvm::BumpPtrAllocator &Allocator,
168 CommandTraits(const CommandTraits &) = delete;
169 void operator=(const CommandTraits &) = delete;
H A DCommentParser.h26 class CommandTraits; variable
51 const CommandTraits &Traits;
90 const CommandTraits &Traits);
H A DCommentBriefParser.h32 const CommandTraits &Traits;
44 BriefParser(Lexer &L, const CommandTraits &Traits);
H A DCommentSema.h30 class CommandTraits; variable
44 CommandTraits &Traits;
73 DiagnosticsEngine &Diags, CommandTraits &Traits,
H A DCommentLexer.h29 class CommandTraits; variable
231 const CommandTraits &Traits;
353 const CommandTraits &Traits, SourceLocation FileLoc,
H A DJSONNodeDumper.h131 const comments::CommandTraits *Traits;
190 const comments::CommandTraits *Traits) in JSONNodeDumper()
427 const comments::CommandTraits *Traits) in JSONDumper()
H A DComment.h342 StringRef getCommandName(const CommandTraits &Traits) const { in getCommandName()
637 StringRef getCommandName(const CommandTraits &Traits) const { in getCommandName()
645 SourceRange getCommandNameRange(const CommandTraits &Traits) const { in getCommandNameRange()
H A DTextNodeDumper.h154 const comments::CommandTraits *Traits = nullptr;
H A DASTContext.h882 mutable comments::CommandTraits CommentCommandTraits;
922 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp85 const CommandTraits &Traits);
98 const CommandTraits &Traits) : in FullCommentParts()
223 const CommandTraits &Traits) : in CommentASTToHTMLConverter()
257 const CommandTraits &Traits;
534 const CommandTraits &Traits, in CommentASTToXMLConverter()
572 const CommandTraits &Traits;
710 case CommandTraits::KCI_attention: in visitBlockCommandComment()
711 case CommandTraits::KCI_author: in visitBlockCommandComment()
712 case CommandTraits::KCI_authors: in visitBlockCommandComment()
713 case CommandTraits::KCI_bug: in visitBlockCommandComment()
[all …]
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXComment.h25 class CommandTraits; variable
55 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) { in getCommandTraits()
H A DCXComment.cpp140 const CommandTraits &Traits = getCommandTraits(CXC); in clang_InlineCommandComment_getCommandName()
231 const CommandTraits &Traits = getCommandTraits(CXC); in clang_BlockCommandComment_getCommandName()