Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommandTraits.h71 unsigned IsTParamCommand : 1; member
H A DCommentCommands.td17 bit IsTParamCommand = 0;
130 def Tparam : BlockCommand<"tparam"> { let IsTParamCommand = 1; }
133 def Templatefield : BlockCommand<"templatefield"> { let IsTParamCommand = 1; }
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentParser.cpp321 } else if (Info->IsTParamCommand) { in parseBlockCommand()