clang 19.0.0git
Functions
PPLexerChange.cpp File Reference
#include "clang/Basic/FileManager.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Lex/HeaderSearch.h"
#include "clang/Lex/LexDiagnostic.h"
#include "clang/Lex/MacroInfo.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Lex/PreprocessorOptions.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBufferRef.h"
#include "llvm/Support/Path.h"
#include <optional>

Go to the source code of this file.

Functions

static void computeRelativePath (FileManager &FM, const DirectoryEntry *Dir, FileEntryRef File, SmallString< 128 > &Result)
 Compute the relative path that names the given file relative to the given directory.
 
static void collectAllSubModulesWithUmbrellaHeader (const Module &Mod, SmallVectorImpl< const Module * > &SubMods)
 

Function Documentation

◆ collectAllSubModulesWithUmbrellaHeader()

static void collectAllSubModulesWithUmbrellaHeader ( const Module Mod,
SmallVectorImpl< const Module * > &  SubMods 
)
static

◆ computeRelativePath()

static void computeRelativePath ( FileManager FM,
const DirectoryEntry Dir,
FileEntryRef  File,
SmallString< 128 > &  Result 
)
static

Compute the relative path that names the given file relative to the given directory.

Definition at line 225 of file PPLexerChange.cpp.

References clang::File, clang::FileManager::getDirectory(), and clang::Result.