class FileNullabilityMap

Declaration

class FileNullabilityMap { /* full declaration omitted */ };

Description

A mapping from file IDs to a record of whether we've seen nullability information in that file.

Declared at: clang/include/clang/Sema/Sema.h:264

Member Variables

private llvm::DenseMap<FileID, FileNullability> Map
A mapping from file IDs to the nullability information for each file ID.
private struct(unnamed struct at / home / hdoc / tmp / llvm - project / clang / include / clang / Sema / Sema.h : 269 : 3) Cache