Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp403 const Token CommandTok = Tok; in parseInlineCommand() local
411 CommandTok.getLocation(), CommandTok.getEndLocation(), in parseInlineCommand()
412 CommandTok.getCommandID(), Args); in parseInlineCommand()
415 Diag(CommandTok.getEndLocation().getLocWithOffset(1), in parseInlineCommand()
417 << CommandTok.is(tok::at_command) << Info->Name << Args.size() in parseInlineCommand()
419 << SourceRange(CommandTok.getLocation(), CommandTok.getEndLocation()); in parseInlineCommand()