Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentCommands.td7 string EndCommandName = "";
46 let EndCommandName = name;
52 let EndCommandName = endCommandName;
H A DCommentCommandTraits.h41 const char *EndCommandName; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp471 VerbatimBlockEndCommandName.append(Info->EndCommandName); in setupAndLexVerbatimBlock()