Searched refs:getClassName (Results 1 – 10 of 10) sorted by relevance
45 std::string clang::tblgen::DeclNode::getClassName() const { in getClassName() function in clang::tblgen::DeclNode54 StringRef clang::tblgen::TypeNode::getClassName() const { in getClassName() function in clang::tblgen::TypeNode66 StringRef clang::tblgen::StmtNode::getClassName() const { in getClassName() function in clang::tblgen::StmtNode
185 std::string getClassName() const;207 llvm::StringRef getClassName() const;229 llvm::StringRef getClassName() const;
389 " return " << info.MethodPrefix << node.getClassName() << "("; in emitNodeReaderWriterClass()391 Out << "static_cast<const " << node.getClassName() in emitNodeReaderWriterClass()416 << info.MethodPrefix << node.getClassName() << "("; in emitNodeReaderWriterMethod()418 Out << "const " << node.getClassName() << " *node"; in emitNodeReaderWriterMethod()
168 << base.getClassName() << ")\n"; in emitNodeInvocations()
609 StringRef getClassName() const { in getClassName() function in __anon31f3a7ff0111::GICombinerEmitter893 << "class " << getClassName() << "RuleConfig {\n" in run()903 << "class " << getClassName(); in run()908 << " const " << getClassName() << "RuleConfig *RuleConfig;\n" in run()911 << " template <typename... Args>" << getClassName() << "(const " in run()912 << getClassName() << "RuleConfig &RuleConfig, Args &&... args) : "; in run()954 OS << "bool " << getClassName() << "RuleConfig::setRule" in run()965 OS << "bool " << getClassName() in run()1000 << "bool " << getClassName() << "RuleConfig::parseCommandLineOption() {\n" in run()1011 OS << "bool " << getClassName() << "::tryCombineAll(\n" in run()
97 static const char *getClassName(ActionClass AC);140 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
20 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
1967 os << Action::getClassName(A->getKind()) << ", ";
705 StringRef getClassName(const RecordDecl *RD);
302 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo1090 StringRef RDName = getClassName(RD); in getOrCreateRecordFwdDecl()3409 StringRef RDName = getClassName(RD); in CreateLimitedType()