Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp179 llvm::SmallString<64> main_file = GetMainSourceFile(*cci); in GetOrCreateCompiland() local
180 std::string s = std::string(main_file.str()); in GetOrCreateCompiland()
181 llvm::sys::path::native(main_file); in GetOrCreateCompiland()
187 if (!found_main_file && IsMainFile(main_file, file)) { in GetOrCreateCompiland()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1084 auto main_file = in ParseInternal() local
1091 PP.SetCodeCompletionPoint(*main_file, completion_line, completion_column); in ParseInternal()