Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaderSourceSwitch.cpp26 llvm::StringRef PathExt = llvm::sys::path::extension(OriginalFile); in getCorrespondingHeaderOrSource() local
30 llvm::find_if(SourceExtensions, [&PathExt](PathRef SourceExt) { in getCorrespondingHeaderOrSource()
31 return SourceExt.equals_insensitive(PathExt); in getCorrespondingHeaderOrSource()
36 llvm::find_if(HeaderExtensions, [&PathExt](PathRef HeaderExt) { in getCorrespondingHeaderOrSource()
37 return HeaderExt.equals_insensitive(PathExt); in getCorrespondingHeaderOrSource()