Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp42 StringRef ClassSuffix; member
359 StringRef suffix = info.ClassSuffix; in emitNodeReaderWriterClass()
639 Out << " template <class Basic" << info.ClassSuffix << ", class... Args>\n" in emitDispatcherTemplate()
642 << "(Basic" << info.ClassSuffix << " &" << var in emitDispatcherTemplate()
715 "class Basic" << info.ClassSuffix << "Base {\n"; in emitBasicReaderWriterTemplate()
719 << info.ClassSuffix << "Base" << ("(ASTContext &ctx) : C(ctx)") in emitBasicReaderWriterTemplate()