struct FrameworkCacheEntry
Declaration
struct FrameworkCacheEntry { /* full declaration omitted */ };
Description
This structure is used to record entries in our framework cache.
Declared at: clang/include/clang/Lex/HeaderSearch.h:146
Member Variables
- public Optional<clang::DirectoryEntryRef> Directory
- The directory entry which should be used for the cached framework.
- public 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).