Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp40 StringRef ClassSuffix; member
352 StringRef suffix = info.ClassSuffix; in emitNodeReaderWriterClass()
632 Out << " template <class Basic" << info.ClassSuffix << ", class... Args>\n" in emitDispatcherTemplate()
635 << "(Basic" << info.ClassSuffix << " &" << var in emitDispatcherTemplate()
708 "class Basic" << info.ClassSuffix << "Base {\n"; in emitBasicReaderWriterTemplate()
712 << info.ClassSuffix << "Base" << ("(ASTContext &ctx) : C(ctx)") in emitBasicReaderWriterTemplate()