Home
last modified time | relevance | path

Searched refs:IsBlockCommand (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentCommandTraits.h56 unsigned IsBlockCommand : 1; member
H A DCommentParser.h84 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
H A DCommentCommands.td13 bit IsBlockCommand = 0;
38 let IsBlockCommand = 1;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentBriefParser.cpp96 if (Info->IsBlockCommand) { in Parse()
H A DCommentCommandTraits.cpp112 Info->IsBlockCommand = true; in registerBlockCommand()
H A DCommentParser.cpp578 if (Info->IsBlockCommand) { in parseParagraphOrBlockCommand()