Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Driver/
DAction.cpp23 const char *Action::getClassName(ActionClass AC) { in getClassName() function in Action
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Driver/
DAction.h81 const char *getClassName() const { return Action::getClassName(getKind()); } in getClassName() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp227 CGDebugInfo::getClassName(const RecordDecl *RD) { in getClassName() function in CGDebugInfo