Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp20 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h146 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelEmitter.cpp332 StringRef getClassName() const override { return ClassName; } in getClassName() function in __anon868ebc530111::GlobalISelEmitter
H A DGlobalISelCombinerEmitter.cpp2425 StringRef getClassName() const override { in getClassName() function in __anon569e2aa20111::GICombinerEmitter
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp442 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo