Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Clang

10 #include "clang/Frontend/CompilerInvocation.h"
11 #include "clang/Basic/Diagnostic.h"
12 #include "clang/Basic/FileManager.h"
13 #include "clang/Basic/Version.h"
14 #include "clang/Driver/Arg.h"
15 #include "clang/Driver/ArgList.h"
16 #include "clang/Driver/DriverDiagnostic.h"
17 #include "clang/Driver/OptTable.h"
18 #include "clang/Driver/Option.h"
19 #include "clang/Driver/Options.h"
20 #include "clang/Frontend/LangStandard.h"
21 #include "clang/Lex/HeaderSearchOptions.h"
22 #include "clang/Serialization/ASTReader.h"
32 using namespace clang;
56 using namespace clang::driver;
57 using namespace clang::driver::options;
132 #include "clang/StaticAnalyzer/Core/Analyses.def"
148 #include "clang/StaticAnalyzer/Core/Analyses.def"
164 #include "clang/StaticAnalyzer/Core/Analyses.def"
180 #include "clang/StaticAnalyzer/Core/Analyses.def"
196 #include "clang/StaticAnalyzer/Core/Analyses.def"
484 bool clang::ParseDiagnosticArgs(DiagnosticOptions &Opts, ArgList &Args,
543 Args.getLastArgValue(OPT_fdiagnostics_format, "clang");
544 if (Format == "clang")
545 Opts.setFormat(DiagnosticOptions::Clang);
814 P.eraseComponent(); // Remove /clang from foo/bin/clang
817 // Get foo/lib/clang/<version>/include
819 P.appendComponent("clang");
1052 #include "clang/Frontend/LangStandards.def"
1116 // '-fgnu-keywords'. Clang conflates the two for simplicity under the single
1326 #include "clang/Basic/Sanitizers.def"
1332 #include "clang/Basic/Sanitizers.def"
1338 #include "clang/Basic/Sanitizers.def"
1642 #include "clang/Basic/LangOptions.def"