Home | History | Annotate | Download | only in Lex

Lines Matching refs:Framework

68   /// \brief Whether this is a header inside a framework that is currently
71 /// When a framework is being built, the headers have not yet been placed
72 /// into the appropriate framework subdirectories, and therefore are
74 /// those framework headers.
100 /// \brief If this header came from a framework include, this is the name
101 /// of the framework.
102 StringRef Framework;
148 /// by a \#include or \#include_next, (sub-)framework lookup, etc.
150 /// This structure is used to record entries in our framework cache.
152 /// The directory entry which should be used for the cached framework.
155 /// Whether this framework has been "user-specified" to be treated as if it
156 /// were a system framework (even if it was found outside a system framework
200 /// This is non-null if the original filename was mapped to a framework
214 /// \brief Collection mapping a framework or subframework
215 /// name like "Carbon" to the Carbon.framework directory.
235 /// \brief Uniqued set of framework names, which is used to track which
236 /// headers were included as framework headers.
382 /// Filename for framework includes.
399 /// within ".../Carbon.framework/Headers/Carbon.h", check to see if
400 /// HIToolbox is a subframework within Carbon.framework. If so, return
409 /// \brief Look up the specified framework name in our framework cache.
558 /// given framework.
562 /// \param Dir The framework directory (e.g., ModuleName.framework).
564 /// \param IsSystem Whether the framework directory is part of the system
616 /// \brief Retrieve a uniqued framework name.
617 StringRef getUniqueFrameworkName(StringRef Framework);
648 /// \param IsFramework Whether this is a framework directory.
659 /// \param IsFramework Whether this is a framework directory.