Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentCommandTraits.h57 unsigned IsBlockCommand : 1; member
H A DCommentParser.h85 Traits.getCommandInfo(Tok.getCommandID())->IsBlockCommand; in isTokBlockCommand()
H A DCommentCommands.td13 bit IsBlockCommand = 0;
38 let IsBlockCommand = 1;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentBriefParser.cpp97 if (Info->IsBlockCommand) { in Parse()
H A DCommentCommandTraits.cpp112 Info->IsBlockCommand = true; in registerBlockCommand()
H A DCommentParser.cpp573 if (Info->IsBlockCommand) { in parseParagraphOrBlockCommand()