package clangml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Clang.TypesSource

Sourcetype language =
  1. | C
  2. | CXX
  3. | ObjC
  4. | ObjCXX
  5. | OpenCL
  6. | CUDA
  7. | RenderScript
  8. | HIP
Sourcetype location_kind =
  1. | Expansion
  2. | Presumed
  3. | Instantiation
  4. | Spelling
  5. | File
Sourcetype concrete_location = {
  1. filename : string;
  2. line : int;
  3. column : int;
}
Sourcemodule Display_source_location : sig ... end

Use by Clang__utils.pp_diagnostic