Searched refs:m_sourceFile (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp412 : ExprASTNode(other), m_functionName(), m_sourceFile()
415 m_sourceFile = new std::string(*other.m_sourceFile);
425 if (m_functionName.get() && m_sourceFile.get())
427 printf("%s ( %s )\n", m_functionName->c_str(), m_sourceFile->c_str());
433 if (!(m_functionName && m_sourceFile))
450 functionResult = static_cast<uint32_t>(mgr->hasSourceFile(*m_sourceFile));
H A DElftosbAST.h376 SourceFileFunctionASTNode(std::string * functionName, std::string * sourceFileName) : ExprASTNode(), m_functionName(functionName), m_sourceFile(sourceFileName) {}
388 std::string * getSourceFile() { return m_sourceFile; }
392 smart_ptr<std::string> m_sourceFile; member in class:elftosb::SourceFileFunctionASTNode

Completed in 93 milliseconds