Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h53 unsigned IsInlineCommand : 1; member
H A DCommentCommands.td11 bit IsInlineCommand = 0;
34 let IsInlineCommand = 1;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp599 assert(Info->IsInlineCommand); in parseParagraphOrBlockCommand()
H A DCommentSema.cpp1178 assert(Traits.getCommandInfo(Name)->IsInlineCommand); in getInlineCommandRenderKind()