Searched refs:getSourceFileFullPath (Results 1 – 3 of 3) sorted by relevance
30 return sys::path::filename(getSourceFileFullPath()).str(); in getSourceFileName()33 std::string PDBSymbolCompiland::getSourceFileFullPath() const { in getSourceFileFullPath() function in PDBSymbolCompiland
32 std::string getSourceFileFullPath() const;
829 std::string source_file = compiland->getSourceFileFullPath(); in ResolveSymbolContext()1739 std::string path = compiland_up->getSourceFileFullPath(); in ParseCompileUnitForUID()