Home
last modified time | relevance | path

Searched refs:IsParamCommand (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommandTraits.h67 unsigned IsParamCommand : 1; member
H A DCommentCommands.td16 bit IsParamCommand = 0;
127 def Param : BlockCommand<"param"> { let IsParamCommand = 1; }
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp316 if (Info->IsParamCommand) { in parseBlockCommand()