Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
39 let IsBlockCommand = 1;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentBriefParser.cpp87 if (Info->IsBlockCommand) { in Parse()
H A DCommentCommandTraits.cpp112 Info->IsBlockCommand = true; in registerBlockCommand()
H A DCommentParser.cpp563 if (Info->IsBlockCommand) { in parseParagraphOrBlockCommand()