Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DASTTableGen.cpp46 std::string clang::tblgen::DeclNode::getClassName() const { in getClassName() function in clang::tblgen::DeclNode
55 StringRef clang::tblgen::TypeNode::getClassName() const { in getClassName() function in clang::tblgen::TypeNode
67 StringRef clang::tblgen::StmtNode::getClassName() const { in getClassName() function in clang::tblgen::StmtNode
H A DASTTableGen.h186 std::string getClassName() const;
208 llvm::StringRef getClassName() const;
230 llvm::StringRef getClassName() const;
H A DClangASTPropertiesEmitter.cpp390 " 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()
H A DClangTypeNodesEmitter.cpp168 << base.getClassName() << ")\n"; in emitNodeInvocations()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp609 StringRef getClassName() const { in getClassName() function in __anon8971c0cb0111::GICombinerEmitter
919 << "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()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DAction.h98 static const char *getClassName(ActionClass AC);
144 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DAction.cpp20 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
H A DDriver.cpp2265 os << Action::getClassName(A->getKind()) << ", ";
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h747 StringRef getClassName(const RecordDecl *RD);
H A DCGDebugInfo.cpp294 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo
1111 StringRef RDName = getClassName(RD); in getOrCreateRecordFwdDecl()
3560 StringRef RDName = getClassName(RD); in CreateLimitedType()