Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDCommentCommandTraits.h40 const char *EndCommandName; member
HDCommentCommands.td7 string EndCommandName = "";
48 let EndCommandName = name;
54 let EndCommandName = endCommandName;
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDCommentLexer.cpp466 VerbatimBlockEndCommandName.append(Info->EndCommandName); in setupAndLexVerbatimBlock()