Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDCommentCommandTraits.h64 unsigned IsParamCommand : 1; member
HDCommentCommands.td16 bit IsParamCommand = 0;
105 def Param : BlockCommand<"param"> { let IsParamCommand = 1; }
/trueos/contrib/llvm/tools/clang/lib/AST/
HDCommentParser.cpp320 if (Info->IsParamCommand) { in parseBlockCommand()