Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
HDASTTableGen.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-13-stable/contrib/llvm-project/clang/lib/Driver/
HDAction.cpp20 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDAction.h145 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDGlobalISelEmitter.cpp331 StringRef getClassName() const override { return ClassName; } in getClassName() function in __anonf3f7552c0111::GlobalISelEmitter
HDGlobalISelCombinerEmitter.cpp2299 StringRef getClassName() const override { in getClassName() function in __anon4c9a8c7b0111::GICombinerEmitter
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp303 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo