clang  3.8.0
Public Member Functions | List of all members
clang::FileNullabilityMap Class Reference

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

#include <Sema.h>

Collaboration diagram for clang::FileNullabilityMap:
[legend]

Public Member Functions

FileNullabilityoperator[] (FileID file)
 

Detailed Description

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

Definition at line 230 of file Sema.h.

Member Function Documentation

FileNullability& clang::FileNullabilityMap::operator[] ( FileID  file)
inline

Definition at line 241 of file Sema.h.

Member Data Documentation

FileID clang::FileNullabilityMap::File

Definition at line 236 of file Sema.h.

FileNullability clang::FileNullabilityMap::Nullability

Definition at line 237 of file Sema.h.


The documentation for this class was generated from the following file: