| /external/clang/lib/Driver/ |
| Driver.cpp | 1 //===--- Driver.cpp - Clang GCC Compatible Driver -------------------------===// 11 # include "clang/Config/config.h" 14 #include "clang/Driver/Driver.h" 16 #include "clang/Driver/Action.h" 17 #include "clang/Driver/Arg.h" 18 #include "clang/Driver/ArgList.h" 19 #include "clang/Driver/Compilation.h" 20 #include "clang/Driver/DriverDiagnostic.h" 21 #include "clang/Driver/HostInfo.h" 22 #include "clang/Driver/Job.h [all...] |
| /external/clang/docs/tools/ |
| clang.pod | 5 clang - the Clang C, C++, and Objective-C compiler 9 B<clang> [B<-c>|B<-S>|B<-E>] B<-std=>I<standard> B<-g> 22 B<clang> is a C, C++, and Objective-C compiler which encompasses preprocessing, 24 which high-level mode setting is passed, Clang will stop before doing a full 25 link. While Clang is highly integrated, it is important to understand the 32 The B<clang> executable is actually a small driver which controls the overall 59 Clang also supports the use of an integrated assembler, in which the code 77 The Clang compiler supports a large number of options to control each of these 78 stages. In addition to compilation of code, Clang also supports other tools [all...] |
| /external/clang/include/clang/AST/ |
| DeclGroup.h | 20 namespace clang { namespace 133 } // end clang namespace 140 class PointerLikeTypeTraits<clang::DeclGroupRef> { 142 static inline void *getAsVoidPointer(clang::DeclGroupRef P) { 145 static inline clang::DeclGroupRef getFromVoidPointer(void *P) { 146 return clang::DeclGroupRef::getFromOpaquePtr(P);
|
| DependentDiagnostic.h | 21 #include "clang/Basic/PartialDiagnostic.h" 22 #include "clang/Basic/SourceLocation.h" 23 #include "clang/AST/DeclBase.h" 24 #include "clang/AST/DeclContextInternals.h" 25 #include "clang/AST/Type.h" 27 namespace clang { namespace
|
| VTTBuilder.h | 18 #include "clang/AST/BaseSubobject.h" 19 #include "clang/AST/CXXInheritance.h" 20 #include "clang/AST/GlobalDecl.h" 21 #include "clang/AST/RecordLayout.h" 22 #include "clang/Basic/ABI.h" 26 namespace clang { namespace
|
| DeclBase.h | 17 #include "clang/AST/Attr.h" 18 #include "clang/AST/Type.h" 19 #include "clang/Basic/Specifiers.h" 23 namespace clang { namespace 52 class PointerLikeTypeTraits<clang::DeclContext*> { 53 typedef clang::DeclContext* PT; 63 namespace clang { namespace 87 #include "clang/AST/DeclNodes.inc" 170 /// clang. [all...] |
| /external/clang/include/clang/Frontend/ |
| TextDiagnostic.h | 19 #include "clang/Basic/Diagnostic.h" 20 #include "clang/Basic/LLVM.h" 21 #include "clang/Basic/SourceLocation.h" 23 namespace clang { namespace 37 /// beautiful text diagnostics from any particular interfaces. The Clang 152 } // end namespace clang
|
| /external/clang/include/clang/Lex/ |
| PTHManager.h | 17 #include "clang/Lex/PTHLexer.h" 18 #include "clang/Basic/LangOptions.h" 19 #include "clang/Basic/IdentifierTable.h" 20 #include "clang/Basic/Diagnostic.h" 29 namespace clang { namespace 138 } // end namespace clang
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| AnalysisManager.h | 18 #include "clang/Analysis/AnalysisContext.h" 19 #include "clang/Frontend/AnalyzerOptions.h" 20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h" 21 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h" 23 namespace clang { namespace 217 } // end clang namespace
|
| SValBuilder.h | 18 #include "clang/AST/Expr.h" 19 #include "clang/AST/ExprCXX.h" 20 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h" 21 #include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h" 22 #include "clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h" 24 namespace clang { namespace 262 } // end clang namespace
|
| /external/clang/lib/Index/ |
| Indexer.cpp | 14 #include "clang/Index/Indexer.h" 15 #include "clang/Index/Program.h" 16 #include "clang/Index/Handlers.h" 17 #include "clang/Index/TranslationUnit.h" 19 #include "clang/AST/DeclBase.h" 20 using namespace clang;
|
| /external/clang/lib/Sema/ |
| SemaFixItUtils.cpp | 14 #include "clang/AST/ExprCXX.h" 15 #include "clang/AST/ExprObjC.h" 16 #include "clang/Lex/Preprocessor.h" 17 #include "clang/Sema/Sema.h" 18 #include "clang/Sema/SemaFixItUtils.h" 20 using namespace clang;
|
| AnalysisBasedWarnings.cpp | 16 #include "clang/Sema/AnalysisBasedWarnings.h" 17 #include "clang/Sema/SemaInternal.h" 18 #include "clang/Sema/ScopeInfo.h" 19 #include "clang/Basic/SourceManager.h" 20 #include "clang/Basic/SourceLocation.h" 21 #include "clang/Lex/Preprocessor.h" 22 #include "clang/AST/DeclObjC.h" 23 #include "clang/AST/DeclCXX.h" 24 #include "clang/AST/ExprObjC.h" 25 #include "clang/AST/ExprCXX.h 620 namespace clang { namespace [all...] |
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| VLASizeChecker.cpp | 18 #include "clang/StaticAnalyzer/Core/Checker.h" 19 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 20 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h" 21 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h" 22 #include "clang/AST/CharUnits.h" 24 using namespace clang;
|
| MacOSXAPIChecker.cpp | 19 #include "clang/StaticAnalyzer/Core/Checker.h" 20 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 21 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h" 22 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h" 23 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h" 24 #include "clang/Basic/TargetInfo.h" 29 using namespace clang;
|
| StackAddrEscapeChecker.cpp | 16 #include "clang/StaticAnalyzer/Core/Checker.h" 17 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 18 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h" 19 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h" 20 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h" 21 #include "clang/Basic/SourceManager.h" 23 using namespace clang;
|
| /external/clang/tools/libclang/ |
| ARCMigrate.cpp | 1 //===- ARCMigrate.cpp - Clang-C ARC Migration Library ---------------------===// 10 // This file implements the main API hooks in the Clang-C ARC Migration library. 14 #include "clang-c/Index.h" 17 #include "clang/ARCMigrate/ARCMT.h" 18 #include "clang/Frontend/TextDiagnosticBuffer.h" 21 using namespace clang;
|
| /external/clang/www/ |
| performance-2009-03-02.html | 6 <title>Clang - Performance</title> 19 <h1>Clang - Performance</h1> 22 <p>This page shows the compile time performance of Clang on two 52 make for Sketch and 176.gcc respectively) using Clang and gcc 4.2 as 53 compilers; gcc is run both with and without the new clang driver (ccc) 88 parse</tt> (for clang) or <tt>+ driver</tt> with gcc. This amounts to
|
| /external/clang/lib/Frontend/ |
| ASTConsumers.cpp | 14 #include "clang/Frontend/ASTConsumers.h" 15 #include "clang/Basic/Diagnostic.h" 16 #include "clang/Basic/SourceManager.h" 17 #include "clang/Basic/FileManager.h" 18 #include "clang/AST/AST.h" 19 #include "clang/AST/ASTConsumer.h" 20 #include "clang/AST/ASTContext.h" 21 #include "clang/AST/RecordLayout.h" 22 #include "clang/AST/PrettyPrinter.h" 27 using namespace clang; [all...] |
| TextDiagnosticPrinter.cpp | 14 #include "clang/Frontend/TextDiagnosticPrinter.h" 15 #include "clang/Basic/FileManager.h" 16 #include "clang/Basic/SourceManager.h" 17 #include "clang/Frontend/DiagnosticOptions.h" 18 #include "clang/Frontend/TextDiagnostic.h" 19 #include "clang/Lex/Lexer.h" 25 using namespace clang;
|
| /external/clang/lib/StaticAnalyzer/Frontend/ |
| AnalysisConsumer.cpp | 15 #include "clang/AST/ASTConsumer.h" 16 #include "clang/AST/Decl.h" 17 #include "clang/AST/DeclCXX.h" 18 #include "clang/AST/DeclObjC.h" 19 #include "clang/AST/ParentMap.h" 20 #include "clang/Analysis/CFG.h" 21 #include "clang/StaticAnalyzer/Frontend/CheckerRegistration.h" 22 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 23 #include "clang/StaticAnalyzer/Checkers/LocalCheckers.h" 24 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h [all...] |
| /external/clang/lib/Analysis/ |
| AnalysisContext.cpp | 15 #include "clang/AST/Decl.h" 16 #include "clang/AST/DeclObjC.h" 17 #include "clang/AST/DeclTemplate.h" 18 #include "clang/AST/ParentMap.h" 19 #include "clang/AST/StmtVisitor.h" 20 #include "clang/Analysis/Analyses/LiveVariables.h" 21 #include "clang/Analysis/Analyses/PseudoConstantAnalysis.h" 22 #include "clang/Analysis/Analyses/CFGReachabilityAnalysis.h" 23 #include "clang/Analysis/AnalysisContext.h" 24 #include "clang/Analysis/CFG.h [all...] |
| /external/llvm/test/Transforms/ObjCARC/ |
| cfg-hazards.ll | 33 call void @objc_release(i8* %digits) nounwind, !clang.imprecise_release !0 58 call void @objc_release(i8* %digits) nounwind, !clang.imprecise_release !0 83 call void @objc_release(i8* %digits) nounwind, !clang.imprecise_release !0 111 call void @objc_release(i8* %a) nounwind, !clang.imprecise_release !0 141 call void @objc_release(i8* %a) nounwind, !clang.imprecise_release !0 175 call void @objc_release(i8* %a) nounwind, !clang.imprecise_release !0 208 call void @objc_release(i8* %a) nounwind, !clang.imprecise_release !0 241 call void @objc_release(i8* %a) nounwind, !clang.imprecise_release !0 273 call void @objc_release(i8* %a) nounwind, !clang.imprecise_release !0 302 call void @objc_release(i8* %a) nounwind, !clang.imprecise_release ! [all...] |
| /external/clang/docs/ |
| DriverInternals.html | 3 <title>Clang Driver Manual</title> 49 <p>This document describes the Clang driver. The purpose of this 58 <p>The Clang driver is intended to be a production quality 59 compiler driver providing access to the Clang compiler and 63 <p>Although the driver is part of and driven by the Clang 65 the same goals as Clang:</p> 80 Clang by allowing users to drop Clang into a build system 85 clang on their projects.</p> 92 new uses as we grow the clang and LLVM infrastructure. As on [all...] |
| /external/clang/lib/Basic/ |
| DiagnosticIDs.cpp | 14 #include "clang/AST/ASTDiagnostic.h" 15 #include "clang/Analysis/AnalysisDiagnostic.h" 16 #include "clang/Basic/DiagnosticIDs.h" 17 #include "clang/Basic/DiagnosticCategories.h" 18 #include "clang/Basic/SourceManager.h" 19 #include "clang/Driver/DriverDiagnostic.h" 20 #include "clang/Frontend/FrontendDiagnostic.h" 21 #include "clang/Lex/LexDiagnostic.h" 22 #include "clang/Parse/ParseDiagnostic.h" 23 #include "clang/Sema/SemaDiagnostic.h 383 namespace clang { namespace [all...] |