Home
last modified time | relevance | path

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

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