clang 22.0.0git
clang::index::PathPool::FilePath Struct Reference

#include "clang/IndexSerialization/SerializablePathCollection.h"

Public Member Functions

 FilePath (const DirPath &Dir, const StringPool::StringOffsetSize &Filename)

Public Attributes

DirPath Dir
StringPool::StringOffsetSize Filename

Detailed Description

Definition at line 60 of file SerializablePathCollection.h.

Constructor & Destructor Documentation

◆ FilePath()

clang::index::PathPool::FilePath::FilePath ( const DirPath & Dir,
const StringPool::StringOffsetSize & Filename )
inline

Definition at line 64 of file SerializablePathCollection.h.

References Dir, and Filename.

Member Data Documentation

◆ Dir

DirPath clang::index::PathPool::FilePath::Dir

Definition at line 61 of file SerializablePathCollection.h.

Referenced by FilePath().

◆ Filename

StringPool::StringOffsetSize clang::index::PathPool::FilePath::Filename

Definition at line 62 of file SerializablePathCollection.h.

Referenced by FilePath().


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