OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getClassName
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ASTTableGen.cpp
45
std::string clang::tblgen::DeclNode::
getClassName
() const {
54
StringRef clang::tblgen::TypeNode::
getClassName
() const {
66
StringRef clang::tblgen::StmtNode::
getClassName
() const {
ASTTableGen.h
185
std::string
getClassName
() const;
207
llvm::StringRef
getClassName
() const;
229
llvm::StringRef
getClassName
() const;
ClangTypeNodesEmitter.cpp
168
<< base.
getClassName
() << ")\n";
ClangASTPropertiesEmitter.cpp
389
" return " << info.MethodPrefix << node.
getClassName
() << "(";
391
Out << "static_cast<const " << node.
getClassName
()
416
<< info.MethodPrefix << node.
getClassName
() << "(";
418
Out << "const " << node.
getClassName
() << " *node";
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
GICombinerEmitter.cpp
609
StringRef
getClassName
() const {
893
<< "class " <<
getClassName
() << "RuleConfig {\n"
903
<< "class " <<
getClassName
();
908
<< " const " <<
getClassName
() << "RuleConfig *RuleConfig;\n"
911
<< " template <typename... Args>" <<
getClassName
() << "(const "
912
<<
getClassName
() << "RuleConfig &RuleConfig, Args &&... args) : ";
954
OS << "bool " <<
getClassName
() << "RuleConfig::setRule"
965
OS << "bool " <<
getClassName
()
1000
<< "bool " <<
getClassName
() << "RuleConfig::parseCommandLineOption() {\n"
1011
OS << "bool " <<
getClassName
() << "::tryCombineAll(\n
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h
97
static const char *
getClassName
(ActionClass AC);
140
const char *
getClassName
() const { return Action::
getClassName
(getKind()); }
/src/external/apache2/llvm/dist/clang/lib/Driver/
Action.cpp
20
const char *Action::
getClassName
(ActionClass AC) {
Driver.cpp
1967
os << Action::
getClassName
(A->getKind()) << ", ";
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h
705
StringRef
getClassName
(const RecordDecl *RD);
CGDebugInfo.cpp
302
StringRef CGDebugInfo::
getClassName
(const RecordDecl *RD) {
1090
StringRef RDName =
getClassName
(RD);
3409
StringRef RDName =
getClassName
(RD);
Completed in 43 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026