Home
last modified time | relevance | path

Searched refs:addMapping (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCanonicalIncludesTests.cpp73 CI.addMapping(Bar, "<baz>"); in TEST()
95 CI.addMapping(File, "<path>"); in TEST()
H A DSymbolCollectorTests.cpp1610 Includes.addMapping(*File, "<canonical>"); in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DCanonicalIncludes.cpp670 void CanonicalIncludes::addMapping(FileEntryRef Header, in addMapping() function in clang::clangd::CanonicalIncludes
720 Includes->addMapping(FE->getLastRef(), in collectIWYUHeaderMaps()
H A DCanonicalIncludes.h40 void addMapping(FileEntryRef Header, llvm::StringRef CanonicalPath);
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp35 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping() function in DebugCrossModuleExportsSubsection
H A DTypeStreamMerger.cpp108 void addMapping(TypeIndex Idx);
206 void TypeStreamMerger::addMapping(TypeIndex Idx) { in addMapping() function in TypeStreamMerger
380 addMapping(DestIdx); in remapType()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossExSubsection.h56 void addMapping(uint32_t Local, uint32_t Global);
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp469 Result->addMapping(M.Local, M.Global); in toCodeViewSubsection()