clang 19.0.0git
Public Attributes | List of all members
clang::FrameworkCacheEntry Struct Reference

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).
 

Detailed Description

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

Definition at line 170 of file HeaderSearch.h.

Member Data Documentation

◆ Directory

OptionalDirectoryEntryRef clang::FrameworkCacheEntry::Directory

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

Definition at line 172 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 177 of file HeaderSearch.h.


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