clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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.

Member Data Documentation

◆ Dir

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

Definition at line 61 of file SerializablePathCollection.h.

◆ Filename

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

Definition at line 62 of file SerializablePathCollection.h.


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