Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
clang 20.0.0git
HeaderAnalysis.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::tooling
 

Functions

bool clang::tooling::isSelfContainedHeader (FileEntryRef FE, const SourceManager &SM, const HeaderSearch &HeaderInfo)
 Returns true if the given physical file is a self-contained header.
 
bool clang::tooling::codeContainsImports (llvm::StringRef Code)
 This scans the given source code to see if it contains #import(s).
 
std::optional< llvm::StringRef > clang::tooling::parseIWYUPragma (const char *Text)
 If Text begins an Include-What-You-Use directive, returns it.