|
clang 22.0.0git
|
#include "clang/Basic/LLVM.h"#include "clang/Lex/DependencyDirectivesScanner.h"#include "llvm/ADT/DenseMap.h"#include "llvm/ADT/StringMap.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/ErrorOr.h"#include "llvm/Support/VirtualFileSystem.h"#include <mutex>#include <optional>#include <variant>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::tooling |
| namespace | clang::tooling::dependencies |
Typedefs | |
| using | clang::tooling::dependencies::DependencyDirectivesTy |
| using | clang::tooling::dependencies::CachedRealPath = llvm::ErrorOr<std::string> |