Home
last modified time | relevance | path

Searched refs:getClassName (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h95 static const char *getClassName(ActionClass AC);
138 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DAction.cpp21 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
H A DDriver.cpp1787 os << Action::getClassName(A->getKind()) << ", "; in PrintActions1()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h640 StringRef getClassName(const RecordDecl *RD);
H A DCGDebugInfo.cpp313 StringRef CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo
951 StringRef RDName = getClassName(RD); in getOrCreateRecordFwdDecl()
2986 StringRef RDName = getClassName(RD); in CreateLimitedType()