clang 20.0.0git
|
This structure is used to record entries in our framework cache. More...
#include "clang/Lex/HeaderSearch.h"
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 172 of file HeaderSearch.h.
OptionalDirectoryEntryRef clang::FrameworkCacheEntry::Directory |
The directory entry which should be used for the cached framework.
Definition at line 174 of file HeaderSearch.h.
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 179 of file HeaderSearch.h.