clang: clang::FrameworkCacheEntry Struct Reference (original) (raw)

This structure is used to record entries in our framework cache. More...

#include "[clang/Lex/HeaderSearch.h](HeaderSearch%5F8h%5Fsource.html)"

Public Attributes
OptionalDirectoryEntryRef Directory
The directory entry which should be used for the cached framework.
bool IsUserSpecifiedSystemFramework
Whether this framework has been "user-specified" to be treated as if it were a system framework (even if it was found outside a system framework directory).

This structure is used to record entries in our framework cache.

Definition at line 160 of file HeaderSearch.h.

Directory

The directory entry which should be used for the cached framework.

Definition at line 162 of file HeaderSearch.h.

IsUserSpecifiedSystemFramework

bool clang::FrameworkCacheEntry::IsUserSpecifiedSystemFramework

Whether this framework has been "user-specified" to be treated as if it were a system framework (even if it was found outside a system framework directory).

Definition at line 167 of file HeaderSearch.h.


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