reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/HeaderSourceSwitch.h
   20 llvm::Optional<Path> getCorrespondingHeaderOrSource(

References

tools/clang/tools/extra/clangd/ClangdServer.cpp
  461           getCorrespondingHeaderOrSource(Path, FSProvider.getFileSystem()))
tools/clang/tools/extra/clangd/unittests/HeaderSourceSwitchTests.cpp
   32       getCorrespondingHeaderOrSource(FooCpp, FS.getFileSystem());
   36   PathResult = getCorrespondingHeaderOrSource(FooH, FS.getFileSystem());
   47   PathResult = getCorrespondingHeaderOrSource(FooC, FS.getFileSystem());
   56   PathResult = getCorrespondingHeaderOrSource(Foo2C, FS.getFileSystem());
   66   PathResult = getCorrespondingHeaderOrSource(Foo3C, FS.getFileSystem());
   72   PathResult = getCorrespondingHeaderOrSource(Invalid, FS.getFileSystem());