Searched defs:sourceFilePath (Results 1 – 8 of 8) sorted by relevance
47 auto sourceFilePath = extractor.GetSourceFile(methods[0]); in TEST_F() local
59 util::StringView sourceFilePath; member
50 std::string_view sourceFilePath; member
404 … debugInfoStorage_.EnumerateContextFiles([this](auto sourceFilePath, auto, auto, auto moduleName) { in CreateContextPrograms() argument410 parser::Program *ScopedDebugInfoPlugin::CreateEmptyProgram(std::string_view sourceFilePath, std::st… in CreateEmptyProgram()
157 …util::UString sourceFilePath(std::string_view(context.extractor->GetSourceFile(methodId)), allocat… in FillEvaluateContext() local
75 std::string_view sourceFilePath; member
185 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource()
176 static void GenerateEvaluationWrapper(std::string_view sourceFilePath, std::ifstream &input, std::s… in GenerateEvaluationWrapper()