Searched defs:sourceFilePath (Results 1 – 8 of 8) sorted by relevance
59 util::StringView sourceFilePath; member
54 std::string_view sourceFilePath; member
396 … debugInfoStorage_.EnumerateContextFiles([this](auto sourceFilePath, auto, auto, auto moduleName) { in CreateContextPrograms() argument402 parser::Program *ScopedDebugInfoPlugin::CreateEmptyProgram(std::string_view sourceFilePath, std::st… in CreateEmptyProgram()
154 …util::UString sourceFilePath(std::string_view(context.extractor->GetSourceFile(methodId)), allocat… in FillEvaluateContext() local
56 std::string_view sourceFilePath {extractor.GetSourceFile(methods[0])}; in TEST_F() local
73 std::string_view sourceFilePath; member
146 static void GenerateEvaluationWrapper(std::string_view sourceFilePath, std::ifstream &input, std::s… in GenerateEvaluationWrapper()
238 void SetSource(const util::StringView &sourceCode, const util::StringView &sourceFilePath, in SetSource()