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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp167 + type.getCXXTypeName() + "\"");
327 if (type.getCXXTypeName() == "") {
652 type.getCXXTypeName(),
657 "const " + type.getCXXTypeName(),
698 StringRef typeName = type.getCXXTypeName();
740 enterReaderWriterMethod(type.getCXXTypeName(),
761 << type.getCXXTypeName() << ">();\n";
791 "no cases found for \"" + type.getCXXTypeName() + "\"");
796 "no kind rule for \"" + type.getCXXTypeName() + "\"");
831 Out << " case " << type.getCXXTypeName() << "
[all...]
H A DASTTableGen.cpp78 out << getCXXTypeName();
H A DASTTableGen.h264 llvm::StringRef getCXXTypeName() const { function in class:clang::tblgen::PropertyType

Completed in 123 milliseconds