Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Clang

11 #include "clang/Frontend/CompilerInvocation.h"
12 #include "clang/Basic/FileManager.h"
13 #include "clang/Basic/Version.h"
14 #include "clang/Config/config.h"
15 #include "clang/Driver/DriverDiagnostic.h"
16 #include "clang/Driver/Options.h"
17 #include "clang/Driver/Util.h"
18 #include "clang/Frontend/FrontendDiagnostic.h"
19 #include "clang/Frontend/LangStandard.h"
20 #include "clang/Frontend/Utils.h"
21 #include "clang/Lex/HeaderSearchOptions.h"
22 #include "clang/Serialization/ASTReader.h"
23 #include "clang/Serialization/ModuleFileExtension.h"
46 using namespace clang;
72 using namespace clang::driver;
73 using namespace clang::driver::options;
147 #include "clang/StaticAnalyzer/Core/Analyses.def"
163 #include "clang/StaticAnalyzer/Core/Analyses.def"
179 #include "clang/StaticAnalyzer/Core/Analyses.def"
195 #include "clang/StaticAnalyzer/Core/Analyses.def"
211 #include "clang/StaticAnalyzer/Core/Analyses.def"
747 bool clang::ParseDiagnosticArgs(DiagnosticOptions &Opts, ArgList &Args,
809 Args.getLastArgValue(OPT_fdiagnostics_format, "clang");
810 if (Format == "clang")
811 Opts.setFormat(DiagnosticOptions::Clang);
1179 "clang
1408 #include "clang/Frontend/LangStandards.def"
1475 // '-fgnu-keywords'. Clang conflates the two for simplicity under the single
2120 #include "clang/Basic/LangOptions.def"
2194 namespace clang {
2212 // Declared in clang/Frontend/Utils.h.
2266 } // end namespace clang