Home
last modified time | relevance | path

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

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