Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommandTraits.h53 unsigned IsInlineCommand : 1; member
H A DCommentCommands.td11 bit IsInlineCommand = 0;
35 let IsInlineCommand = 1;
68 let IsInlineCommand = 1;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp584 assert(Info->IsInlineCommand); in parseParagraphOrBlockCommand()
H A DCommentSema.cpp1113 assert(Traits.getCommandInfo(Name)->IsInlineCommand); in getInlineCommandRenderKind()