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

Declarations

tools/clang/include/clang/Driver/Types.h
   94   ID lookupTypeForExtension(llvm::StringRef Ext);

References

tools/clang/lib/Driver/Driver.cpp
 2417              types::lookupTypeForExtension(
 2857              types::lookupTypeForExtension(
tools/clang/lib/Driver/ToolChain.cpp
  544   return types::lookupTypeForExtension(Ext);
tools/clang/lib/Driver/ToolChains/Darwin.cpp
  740   types::ID Ty = types::lookupTypeForExtension(Ext);
tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
   95       types::lookupTypeForExtension(path::extension(Filename).substr(1));
tools/clang/tools/extra/clangd/QueryDriverDatabase.cpp
  230       auto Type = driver::types::lookupTypeForExtension(Ext);
tools/clang/tools/extra/clangd/index/Background.cpp
  210       types::lookupTypeForExtension(llvm::sys::path::extension(Path).substr(1));