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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp405 const Token CommandTok = Tok; local
415 IC = S.actOnInlineCommand(CommandTok.getLocation(),
416 CommandTok.getEndLocation(),
417 CommandTok.getCommandID(),
422 IC = S.actOnInlineCommand(CommandTok.getLocation(),
423 CommandTok.getEndLocation(),
424 CommandTok.getCommandID());
426 Diag(CommandTok.getEndLocation().getLocWithOffset(1),
428 << CommandTok.is(tok::at_command)
429 << Traits.getCommandInfo(CommandTok
[all...]

Completed in 37 milliseconds