HomeSort by: relevance | last modified time | path
    Searched defs:getClassName (Results 1 - 5 of 5) 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 {
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Action.cpp 20 const char *Action::getClassName(ActionClass AC) {
  /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/CodeGen/
CGDebugInfo.cpp 302 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) {
1090 StringRef RDName = getClassName(RD);
3409 StringRef RDName = getClassName(RD);

Completed in 24 milliseconds