Home
last modified time | relevance | path

Searched defs:Resolve (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DURITests.cpp134 TEST(URITest, Resolve) { in TEST() argument
184 auto Resolve = URI::resolvePath(testPath("x"), FilePath); in TEST() local
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp65 bool HexagonDYLDRendezvous::Resolve() { in Resolve() function in HexagonDYLDRendezvous
/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp224 void FileSystem::Resolve(SmallVectorImpl<char> &path) { in Resolve() function in FileSystem
246 void FileSystem::Resolve(FileSpec &file_spec) { in Resolve() function in FileSystem
/llvm-project/flang/lib/Semantics/
H A Dresolve-names-utils.cpp38 Symbol *Resolve(const parser::Name &name, Symbol *symbol) { Resolve() function
44 Symbol &Resolve(const parser::Name &name, Symbol &symbol) { Resolve() function
111 void GenericSpecInfo::Resolve(Symbol *symbol) const { Resolve() function in Fortran::semantics::GenericSpecInfo
H A Dcompute-offsets.cpp138 auto ComputeOffsetsHelper::Resolve(const SymbolAndOffset &dep) Resolve() function in Fortran::semantics::ComputeOffsetsHelper
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp165 bool DYLDRendezvous::Resolve() { in Resolve() function in DYLDRendezvous
/llvm-project/lldb/unittests/Host/
H A DFileSystemTest.cpp251 TEST(FileSystemTest, Resolve) { in TEST() argument
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h45 Resolve = true, enumerator
/llvm-project/clang-tools-extra/clangd/
H A DClangdServer.cpp841 typeHierarchy(PathRef File,Position Pos,int Resolve,TypeHierarchyDirection Direction,Callback<std::vector<TypeHierarchyItem>> CB) typeHierarchy() argument
872 resolveTypeHierarchy(TypeHierarchyItem Item,int Resolve,TypeHierarchyDirection Direction,Callback<std::optional<TypeHierarchyItem>> CB) resolveTypeHierarchy() argument
/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp707 std::optional<lldb::addr_t> Resolve(SymbolContextList &sc_list) { Resolve() function in LoadAddressResolver