Searched refs:getClassName (Results 1 – 10 of 10) sorted by relevance
46 std::string clang::tblgen::DeclNode::getClassName() const { in getClassName() function in clang::tblgen::DeclNode55 StringRef clang::tblgen::TypeNode::getClassName() const { in getClassName() function in clang::tblgen::TypeNode67 StringRef clang::tblgen::StmtNode::getClassName() const { in getClassName() function in clang::tblgen::StmtNode
186 std::string getClassName() const;208 llvm::StringRef getClassName() const;230 llvm::StringRef getClassName() const;
390 " return " << info.MethodPrefix << node.getClassName() << "("; in emitNodeReaderWriterClass()392 Out << "static_cast<const " << node.getClassName() in emitNodeReaderWriterClass()417 << info.MethodPrefix << node.getClassName() << "("; in emitNodeReaderWriterMethod()419 Out << "const " << node.getClassName() << " *node"; in emitNodeReaderWriterMethod()
168 << base.getClassName() << ")\n"; in emitNodeInvocations()
609 StringRef getClassName() const { in getClassName() function in __anon8971c0cb0111::GICombinerEmitter919 << "class " << getClassName() << "RuleConfig {\n" in run()929 << "class " << getClassName(); in run()934 << " const " << getClassName() << "RuleConfig *RuleConfig;\n" in run()937 << " template <typename... Args>" << getClassName() << "(const " in run()938 << getClassName() << "RuleConfig &RuleConfig, Args &&... args) : "; in run()979 OS << "bool " << getClassName() << "RuleConfig::setRule" in run()990 OS << "bool " << getClassName() in run()1025 << "bool " << getClassName() << "RuleConfig::parseCommandLineOption() {\n" in run()1036 OS << "bool " << getClassName() << "::tryCombineAll(\n" in run()
98 static const char *getClassName(ActionClass AC);144 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
20 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
2265 os << Action::getClassName(A->getKind()) << ", ";
747 StringRef getClassName(const RecordDecl *RD);
294 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo1111 StringRef RDName = getClassName(RD); in getOrCreateRecordFwdDecl()3560 StringRef RDName = getClassName(RD); in CreateLimitedType()