Searched refs:new_spec (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBFileSpecList.cpp92 SBFileSpec new_spec; local
93 new_spec.SetFileSpec(m_opaque_ap->GetFileSpecAtIndex(idx));
94 return new_spec;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPathMappingList.h132 /// @param[out] new_spec
137 /// \a new_spec is filled in with an existing file spec,
141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const
247 new_spec.SetFile (new_path, true);
248 if (new_spec.Exists())
256 new_spec.Clear();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleList.h441 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
H A DModule.h992 /// @param[out] new_spec
997 /// \a new_spec is filled in with an existing file spec,
1001 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp654 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const
660 if ((*pos)->FindSourceFile (orig_spec, new_spec))
H A DModule.cpp1564 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const
1567 return m_source_mappings.FindFile (orig_spec, new_spec);
/freebsd-10.1-release/contrib/gcc/cp/
H A Dpt.c1269 reregister_specialization (tree spec, tree tmpl, tree new_spec) argument
1278 if (!new_spec)
1281 TREE_VALUE (*s) = new_spec;

Completed in 272 milliseconds