clang
10.0.0svn
|
#include "clang/Basic/LangStandard.h"
#include "clang/Driver/Options.h"
#include "clang/Driver/Types.h"
#include "clang/Tooling/CompilationDatabase.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Option/OptTable.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/StringSaver.h"
#include "llvm/Support/raw_ostream.h"
#include <memory>
Go to the source code of this file.
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::tooling | |
Functions | |
std::unique_ptr< CompilationDatabase > | clang::tooling::inferMissingCompileCommands (std::unique_ptr< CompilationDatabase >) |
Returns a wrapped CompilationDatabase that defers to the provided one, but getCompileCommands() will infer commands for unknown files. More... | |
bool ClangCLMode |
Definition at line 131 of file InterpolatingCompilationDatabase.cpp.
CompileCommand Cmd |
Definition at line 125 of file InterpolatingCompilationDatabase.cpp.
Referenced by clang::driver::tools::darwin::Linker::ConstructJob(), clang::createInvocationFromCommandLine(), findCapturingExpr(), clang::driver::Driver::generateCompilationDiagnostics(), getCC1Arguments(), nodeToCommandLine(), and stripPositionalArgs().
LangStandard::Kind Std = LangStandard::lang_unspecified |
Definition at line 129 of file InterpolatingCompilationDatabase.cpp.
Referenced by clang::driver::tools::solaris::Linker::ConstructJob(), clang::driver::tools::Clang::ConstructJob(), DiagnoseTwoPhaseLookup(), emitReplacement(), clang::Sema::lookupStdExperimentalNamespace(), LookupStdInitializerList(), lookupStdTypeTraitMember(), ParseLangArgs(), and clang::CompilerInvocation::setLangDefaults().
Definition at line 127 of file InterpolatingCompilationDatabase.cpp.
Referenced by getSancovOptsFromCGOpts(), clang::InitializedEntity::getType(), clang::TemplateArgumentLoc::getTypeSourceInfo(), clang::CodeGen::EHCatchScope::setHandler(), clang::TemplateArgument::TemplateArgument(), and clang::TemplateArgumentLoc::TemplateArgumentLoc().