Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentCommandTraits.h54 unsigned IsInlineCommand : 1; member
H A DCommentCommands.td11 bit IsInlineCommand = 0;
34 let IsInlineCommand = 1;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp595 assert(Info->IsInlineCommand); in parseParagraphOrBlockCommand()
H A DCommentSema.cpp1087 assert(Traits.getCommandInfo(Name)->IsInlineCommand); in getInlineCommandRenderKind()