Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DASTTableGen.cpp45 std::string clang::tblgen::DeclNode::getClassName() const { in getClassName() function in clang::tblgen::DeclNode
54 StringRef clang::tblgen::TypeNode::getClassName() const { in getClassName() function in clang::tblgen::TypeNode
66 StringRef clang::tblgen::StmtNode::getClassName() const { in getClassName() function in clang::tblgen::StmtNode
H A DASTTableGen.h185 std::string getClassName() const;
207 llvm::StringRef getClassName() const;
229 llvm::StringRef getClassName() const;
H A DClangASTPropertiesEmitter.cpp389 " 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()
H A DClangTypeNodesEmitter.cpp168 << base.getClassName() << ")\n"; in emitNodeInvocations()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp609 StringRef getClassName() const { in getClassName() function in __anoncdaa66640111::GICombinerEmitter
893 << "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()
953 OS << "bool " << getClassName() << "RuleConfig::setRule" in run()
964 OS << "bool " << getClassName() in run()
999 << "bool " << getClassName() << "RuleConfig::parseCommandLineOption() {\n" in run()
1010 OS << "bool " << getClassName() << "::tryCombineAll(\n" in run()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpClass.cpp23 parent.addTemplateParam(getClassName().str()); in OpClass()
H A DOpDefinitionsGen.cpp1508 opClass.getClassName(), builderOpState); in genSeparateArgParamBuilder()
1682 opClass.getClassName(), builderOpState); in genInferredTypeCollectiveParamBuilder()
1693 opClass.getClassName(), builderOpState); in genInferredTypeCollectiveParamBuilder()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DAction.h100 static const char *getClassName(ActionClass AC);
146 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h586 return addConstructorAndPrune(Constructor(getClassName(), in addConstructor()
678 StringRef getClassName() const { return className; } in getClassName() function
/llvm-project-15.0.7/clang/lib/Driver/
H A DAction.cpp20 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
H A DDriver.cpp2155 os << Action::getClassName(A->getKind()) << ", ";
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h748 StringRef getClassName(const RecordDecl *RD);
H A DCGDebugInfo.cpp290 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo
1098 StringRef RDName = getClassName(RD); in getOrCreateRecordFwdDecl()
3543 StringRef RDName = getClassName(RD); in CreateLimitedType()