Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp609 StringRef getClassName() const { in getClassName() function in __anon31f3a7ff0111::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()
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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h97 static const char *getClassName(ActionClass AC);
140 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DAction.cpp20 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
H A DDriver.cpp1967 os << Action::getClassName(A->getKind()) << ", ";
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h705 StringRef getClassName(const RecordDecl *RD);
H A DCGDebugInfo.cpp302 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo
1090 StringRef RDName = getClassName(RD); in getOrCreateRecordFwdDecl()
3409 StringRef RDName = getClassName(RD); in CreateLimitedType()