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

Declarations

include/llvm/Support/Path.h
  427 bool has_extension(const Twine &path, Style style = Style::native);

References

lib/Object/COFFModuleDefinition.cpp
  217         if (!sys::path::has_extension(Name))
tools/clang/lib/Driver/Driver.cpp
 2416             (!llvm::sys::path::has_extension(FileName) ||
 2856             (!llvm::sys::path::has_extension(FileName) ||
 4344   if (!llvm::sys::path::has_extension(ArgValue)) {
 4685     if (!llvm::sys::path::has_extension(Output))
tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
  287         !llvm::sys::path::has_extension(stripExecutableExtension(Args[1]));
tools/lld/COFF/Driver.cpp
  734     if (!sys::path::has_extension(out))
unittests/Support/Path.cpp
  169     (void)path::has_extension(*i);