Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h40 const char *EndCommandName; member
H A DCommentCommands.td7 string EndCommandName = "";
48 let EndCommandName = name;
54 let EndCommandName = endCommandName;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp466 VerbatimBlockEndCommandName.append(Info->EndCommandName); in setupAndLexVerbatimBlock()