Home
last modified time | relevance | path

Searched defs:getClassName (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp20 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h145 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp322 StringRef getClassName() const override { return ClassName; } getClassName() function in __anonf99309250111::GlobalISelEmitter
H A DGlobalISelCombinerEmitter.cpp2613 StringRef getClassName() const override { getClassName() function in __anon0d4329740111::GICombinerEmitter
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp293 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { getClassName() function in CGDebugInfo