Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp165 type.getCXXTypeName() + "\""); in ASTPropsEmitter()
321 if (type.getCXXTypeName() == "") { in validateType()
647 type.getCXXTypeName(), in emitDispatcherTemplate()
652 "const " + type.getCXXTypeName(), in emitDispatcherTemplate()
696 StringRef typeName = type.getCXXTypeName(); in emitPackUnpackOptionalTemplate()
736 enterReaderWriterMethod(type.getCXXTypeName(), in emitBasicReaderWriterTemplate()
757 << type.getCXXTypeName() << ">();\n"; in emitBasicReaderWriterTemplate()
787 "no cases found for \"" + type.getCXXTypeName() + "\""); in emitCasedReaderWriterMethodBody()
792 "no kind rule for \"" + type.getCXXTypeName() + "\""); in emitCasedReaderWriterMethodBody()
827 Out << " case " << type.getCXXTypeName() << "::" in emitCasedReaderWriterMethodBody()
[all …]
H A DASTTableGen.cpp79 out << getCXXTypeName(); in emitCXXValueTypeName()
H A DASTTableGen.h265 llvm::StringRef getCXXTypeName() const { in getCXXTypeName() function