Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentCommands.td7 string EndCommandName = "";
46 let EndCommandName = name;
52 let EndCommandName = endCommandName;
DCommentCommandTraits.h41 const char *EndCommandName; member
/external/clang/lib/AST/
DCommentLexer.cpp456 VerbatimBlockEndCommandName.append(Info->EndCommandName); in setupAndLexVerbatimBlock()