Lines Matching refs:Traits
29 DiagnosticsEngine &Diags, CommandTraits &Traits, in Sema() argument
31 Allocator(Allocator), SourceMgr(SourceMgr), Diags(Diags), Traits(Traits), in Sema()
93 << Command->getCommandNameRange(Traits); in actOnParamCommandStart()
99 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()
294 << Command->getCommandNameRange(Traits); in actOnTParamCommandStart()
370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand()
389 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand()
402 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); in actOnUnknownCommand()
424 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnVerbatimBlockStart()
566 if (Traits.getCommandInfo(Command->getCommandID())->IsEmptyParagraphAllowed) in checkBlockCommandEmptyParagraph()
575 DiagLoc = Command->getCommandNameRange(Traits).getEnd(); in checkBlockCommandEmptyParagraph()
578 << Command->getCommandName(Traits) in checkBlockCommandEmptyParagraph()
584 if (!Traits.getCommandInfo(Command->getCommandID())->IsReturnsCommand) in checkReturnsCommand()
609 << Command->getCommandName(Traits) in checkReturnsCommand()
621 << Command->getCommandName(Traits) in checkReturnsCommand()
626 const CommandInfo *Info = Traits.getCommandInfo(Command->getCommandID()); in checkBlockCommandDuplicate()
644 StringRef CommandName = Command->getCommandName(Traits); in checkBlockCommandDuplicate()
645 StringRef PrevCommandName = PrevCommand->getCommandName(Traits); in checkBlockCommandDuplicate()
664 if (!Traits.getCommandInfo(Command->getCommandID())->IsDeprecatedCommand) in checkDeprecatedCommand()
1087 assert(Traits.getCommandInfo(Name)->IsInlineCommand); in getInlineCommandRenderKind()