Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
DAction.h59 static const char *getClassName(ActionClass AC);
81 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
DAction.cpp23 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
DDriver.cpp808 os << Action::getClassName(A->getKind()) << ", "; in PrintActions1()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.h372 StringRef getClassName(const RecordDecl *RD);
DCGDebugInfo.cpp227 CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo
621 StringRef RDName = getClassName(RD); in getOrCreateRecordFwdDecl()
2220 StringRef RDName = getClassName(RD); in CreateLimitedType()