Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentCommandTraits.h40 const char *EndCommandName; member
H A DCommentCommands.td7 string EndCommandName = "";
47 let EndCommandName = name;
53 let EndCommandName = endCommandName;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp466 VerbatimBlockEndCommandName.append(Info->EndCommandName); in setupAndLexVerbatimBlock()