clang
10.0.0svn
|
#include "clang/Basic/LLVM.h"
#include "clang/Lex/PreprocessorExcludedConditionalDirectiveSkipMapping.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSet.h"
#include <memory>
#include <set>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::PreprocessorOptions |
PreprocessorOptions - This class is used for passing the various options used in preprocessor initialization to InitializePreprocessor(). More... | |
class | clang::PreprocessorOptions::FailedModulesSet |
Records the set of modules. More... | |
Namespaces | |
llvm | |
Specialize PointerLikeTypeTraits to allow LazyGenerationalUpdatePtr to be placed into a PointerUnion. | |
clang | |
Dataflow Directional Tag Classes. | |
Enumerations | |
enum | clang::ObjCXXARCStandardLibraryKind { clang::ARCXX_nolib, clang::ARCXX_libcxx, clang::ARCXX_libstdcxx } |
Enumerate the kinds of standard library that. More... | |