Home
last modified time | relevance | path

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

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