clang
10.0.0git
|
#include "clang/Basic/LLVM.h"
#include "clang/Lex/PreprocessorExcludedConditionalDirectiveSkipMapping.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/VirtualFileSystem.h"
#include <mutex>
Go to the source code of this file.
Classes | |
class | clang::tooling::dependencies::CachedFileSystemEntry |
An in-memory representation of a file system entity that is of interest to the dependency scanning filesystem. More... | |
class | clang::tooling::dependencies::DependencyScanningFilesystemSharedCache |
This class is a shared cache, that caches the 'stat' and 'open' calls to the underlying real file system. More... | |
struct | clang::tooling::dependencies::DependencyScanningFilesystemSharedCache::SharedFileSystemEntry |
class | clang::tooling::dependencies::DependencyScanningWorkerFilesystem |
A virtual file system optimized for the dependency discovery. More... | |
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::tooling | |
clang::tooling::dependencies | |