Lines Matching full:clang
10 #include "clang/CodeGen/CodeGenAction.h"
11 #include "clang/Basic/SourceManager.h"
12 #include "clang/Basic/TargetInfo.h"
13 #include "clang/AST/ASTConsumer.h"
14 #include "clang/AST/ASTContext.h"
15 #include "clang/AST/DeclGroup.h"
16 #include "clang/CodeGen/BackendUtil.h"
17 #include "clang/CodeGen/ModuleBuilder.h"
18 #include "clang/Frontend/CompilerInstance.h"
19 #include "clang/Frontend/FrontendDiagnostic.h"
28 using namespace clang;
31 namespace clang {
169 // Get both the clang and llvm source managers. The location is relative to
171 // a copy to the Clang source manager.
175 // already owns its one and clang::SourceManager wants to own its one.
179 // Create the copy and transfer ownership to clang::SourceManager.
199 // we re-format the SMDiagnostic in terms of a clang diagnostic.
212 // If this problem has clang-level source location information, report the