Searched refs:clang (Results 601 - 625 of 1304) sorted by relevance

<<21222324252627282930>>

/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h32 namespace clang { namespace
/external/clang/include/clang/StaticAnalyzer/Checkers/
H A DObjCRetainCount.h22 namespace clang { namespace ento { namespace objc_retain { namespace
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h17 #include "clang/Basic/LLVM.h"
18 #include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
19 #include "clang/StaticAnalyzer/Core/Checker.h"
23 namespace clang { namespace
80 } // end clang namespace
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h16 namespace clang { namespace
107 } // end clang namespace
H A DAnalysisManager.h18 #include "clang/Analysis/AnalysisContext.h"
19 #include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
21 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
22 #include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"
24 namespace clang { namespace
130 } // end clang namespace
H A DConstraintManager.h17 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
18 #include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
25 namespace clang { namespace
156 } // end clang namespace
H A DEnvironment.h17 #include "clang/Analysis/AnalysisContext.h"
18 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
21 namespace clang { namespace
126 } // end clang namespace
/external/clang/include/clang/Tooling/
H A DCompilationDatabase.h31 #include "clang/Basic/LLVM.h"
39 namespace clang { namespace
69 /// The retrieved compile command lines can be used to run clang tools over
109 /// $ clang++ -o test a.cc b.cc t.cc
110 /// $ clang++ -o production a.cc b.cc -DPRODUCTION
162 /// line will be "clang-tool".
191 /// and command line specified at construction with "clang-tool" as argv[0]
214 } // end namespace clang
/external/clang/lib/ARCMigrate/
H A DTransAPIUses.cpp22 #include "clang/AST/ASTContext.h"
23 #include "clang/Sema/SemaDiagnostic.h"
25 using namespace clang;
/external/clang/lib/AST/
H A DExternalASTSource.cpp16 #include "clang/AST/ExternalASTSource.h"
17 #include "clang/AST/ASTContext.h"
18 #include "clang/AST/DeclarationName.h"
21 using namespace clang;
H A DStmtIterator.cpp14 #include "clang/AST/StmtIterator.h"
15 #include "clang/AST/Decl.h"
17 using namespace clang;
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp14 #include "clang/ASTMatchers/ASTMatchers.h"
15 #include "clang/ASTMatchers/ASTMatchersInternal.h"
17 namespace clang { namespace
104 } // end namespace clang
/external/clang/lib/Analysis/
H A DCFGStmtMap.cpp16 #include "clang/AST/ParentMap.h"
17 #include "clang/Analysis/CFG.h"
18 #include "clang/Analysis/CFGStmtMap.h"
20 using namespace clang;
H A DCocoaConventions.cpp14 #include "clang/Analysis/DomainSpecific/CocoaConventions.h"
15 #include "clang/AST/Decl.h"
16 #include "clang/AST/DeclObjC.h"
17 #include "clang/AST/Type.h"
18 #include "clang/Basic/CharInfo.h"
22 using namespace clang;
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h17 #include "clang/AST/Type.h"
36 namespace clang { namespace
175 } // namespace clang
H A DCGStmtOpenMP.cpp17 #include "clang/AST/Stmt.h"
18 #include "clang/AST/StmtOpenMP.h"
19 using namespace clang;
H A DCGVTables.h17 #include "clang/AST/BaseSubobject.h"
18 #include "clang/AST/CharUnits.h"
19 #include "clang/AST/GlobalDecl.h"
20 #include "clang/AST/VTableBuilder.h"
21 #include "clang/Basic/ABI.h"
25 namespace clang { namespace
122 } // end namespace clang
H A DTargetInfo.h18 #include "clang/AST/Type.h"
19 #include "clang/Basic/LLVM.h"
30 namespace clang { namespace
/external/clang/lib/Driver/
H A DMultilib.cpp10 #include "clang/Driver/Multilib.h"
12 #include "clang/Driver/Options.h"
29 using namespace clang::driver;
30 using namespace clang;
138 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const Multilib &M) {
331 raw_ostream &clang::driver::operator<<(raw_ostream &OS, const MultilibSet &MS) {
/external/clang/lib/Format/
H A DEncoding.h19 #include "clang/Basic/LLVM.h"
23 namespace clang { namespace
144 } // namespace clang
H A DWhitespaceManager.h20 #include "clang/Basic/SourceManager.h"
21 #include "clang/Format/Format.h"
24 namespace clang { namespace
201 } // namespace clang
/external/clang/lib/Frontend/
H A DASTMerge.cpp9 #include "clang/Frontend/ASTUnit.h"
10 #include "clang/AST/ASTContext.h"
11 #include "clang/AST/ASTDiagnostic.h"
12 #include "clang/AST/ASTImporter.h"
13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Frontend/CompilerInstance.h"
15 #include "clang/Frontend/FrontendActions.h"
17 using namespace clang;
H A DTextDiagnosticBuffer.cpp14 #include "clang/Frontend/TextDiagnosticBuffer.h"
17 using namespace clang;
/external/clang/lib/Lex/
H A DPPCaching.cpp15 #include "clang/Lex/Preprocessor.h"
16 using namespace clang;
/external/clang/lib/Rewrite/Core/
H A DTokenRewriter.cpp15 #include "clang/Rewrite/Core/TokenRewriter.h"
16 #include "clang/Basic/SourceManager.h"
17 #include "clang/Lex/Lexer.h"
18 #include "clang/Lex/ScratchBuffer.h"
19 using namespace clang;

Completed in 271 milliseconds

<<21222324252627282930>>