Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DHeaderSourceSwitch.cpp23 llvm::StringRef SourceExtensions[] = {".cpp", ".c", ".cc", ".cxx", in getCorrespondingHeaderOrSource() local
30 bool IsSource = llvm::any_of(SourceExtensions, [&PathExt](PathRef SourceExt) { in getCorrespondingHeaderOrSource()
48 NewExts = SourceExtensions; in getCorrespondingHeaderOrSource()