Home
last modified time | relevance | path

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

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