Skip to main content

The FindFileCacheElem Struct Reference

Cache element for the file name to FileDef mapping cache. More...

Declaration

struct FindFileCacheElem { ... }

Public Constructors Index

FindFileCacheElem (FileDef *fd, bool ambig)

Public Member Attributes Index

FileDef *fileDef
boolisAmbig

Description

Cache element for the file name to FileDef mapping cache.

Definition at line 3405 of file util.cpp.

Public Constructors

FindFileCacheElem()

FindFileCacheElem::FindFileCacheElem (FileDef * fd, bool ambig)
inline

Definition at line 3407 of file util.cpp.

3407 FindFileCacheElem(FileDef *fd,bool ambig) : fileDef(fd), isAmbig(ambig) {}

References fileDef and isAmbig.

Public Member Attributes

fileDef

FileDef* FindFileCacheElem::fileDef

Definition at line 3408 of file util.cpp.

Referenced by FindFileCacheElem and findFileDef.

isAmbig

bool FindFileCacheElem::isAmbig

Definition at line 3409 of file util.cpp.

Referenced by FindFileCacheElem and findFileDef.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.