Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h247 InlineCommandRenderKind getInlineCommandRenderKind(StringRef Name) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp369 getInlineCommandRenderKind(CommandName), Args); in actOnInlineCommand()
1110 InlineCommandRenderKind Sema::getInlineCommandRenderKind(StringRef Name) const { in getInlineCommandRenderKind() function in clang::comments::Sema