Home
last modified time | relevance | path

Searched refs:baseName (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp46 std::string baseName(Record &R) { in baseName() function in __anond01ed2300111::ClangASTNodesEmitter
98 << R->getName() << ", " << baseName(*Base) << "))\n"; in EmitNode()
101 << baseName(*Base) << ")\n"; in EmitNode()
/minix/minix/llvm/passes/include/common/
H A Dpass_common.h185 … void getModuleName(Module &M, std::string *fullName, std::string *dirName, std::string *baseName);
952 …sUtil::getModuleName(Module &M, std::string *fullName, std::string *dirName, std::string *baseName) in getModuleName() argument
980 if (baseName) in getModuleName()
981 *baseName = _baseName; in getModuleName()