Searched defs:clang (Results 276 - 300 of 509) sorted by relevance

<<11121314151617181920>>

/external/clang/include/clang/Tooling/
H A DTooling.h10 // This file implements functions to run clang tools standalone instead
24 // - running clang -fsyntax-only over source code from an editor to get
33 #include "clang/Basic/Diagnostic.h"
34 #include "clang/Basic/FileManager.h"
35 #include "clang/Basic/LLVM.h"
36 #include "clang/Driver/Util.h"
37 #include "clang/Frontend/FrontendAction.h"
38 #include "clang/Tooling/ArgumentsAdjusters.h"
39 #include "clang/Tooling/CompilationDatabase.h"
46 namespace clang { namespace
[all...]
/external/clang/lib/AST/
H A DComment.cpp10 #include "clang/AST/ASTContext.h"
11 #include "clang/AST/Comment.h"
12 #include "clang/AST/Decl.h"
13 #include "clang/AST/DeclObjC.h"
14 #include "clang/AST/DeclTemplate.h"
15 #include "clang/Basic/CharInfo.h"
19 namespace clang { namespace
29 #include "clang/AST/CommentNodes.inc"
60 #include "clang/AST/CommentNodes.inc"
76 #include "clang/AS
[all...]
/external/clang/lib/CodeGen/
H A DCGCXXABI.h19 #include "clang/Basic/LLVM.h"
27 namespace clang { namespace
H A DCGLoopInfo.h29 namespace clang { namespace
134 } // end namespace clang
H A DCGOpenMPRuntime.h17 #include "clang/AST/Type.h"
36 namespace clang { namespace
175 } // namespace clang
H A DCGRecordLayout.h13 #include "clang/AST/CharUnits.h"
14 #include "clang/AST/Decl.h"
15 #include "clang/Basic/LLVM.h"
23 namespace clang { namespace
218 } // end namespace clang
H A DCodeGenTBAA.h18 #include "clang/Basic/LLVM.h"
27 namespace clang { namespace
57 /// MetadataCache - This maps clang::Types to scalar llvm::MDNodes describing
60 /// This maps clang::Types to a struct node in the type DAG.
67 /// StructMetadataCache - This maps clang::Types to llvm::MDNodes describing
125 } // end namespace clang
129 template<> struct DenseMapInfo<clang::CodeGen::TBAAPathTag> {
130 static clang::CodeGen::TBAAPathTag getEmptyKey() {
131 return clang::CodeGen::TBAAPathTag(
132 DenseMapInfo<const clang
[all...]
H A DCodeGenTypes.h18 #include "clang/AST/GlobalDecl.h"
19 #include "clang/CodeGen/CGFunctionInfo.h"
33 namespace clang { namespace
107 /// and maps clang::Type to corresponding llvm::Type.
267 } // end namespace clang
/external/clang/lib/Format/
H A DBreakableToken.h25 namespace clang { namespace
238 } // namespace clang
H A DEncoding.h19 #include "clang/Basic/LLVM.h"
23 namespace clang { namespace
144 } // namespace clang
H A DFormatToken.cpp18 #include "clang/Format/Format.h"
22 namespace clang { namespace
247 } // namespace clang
H A DTokenAnnotator.h20 #include "clang/Format/Format.h"
23 namespace clang { namespace
147 } // end namespace clang
H A DUnwrappedLineParser.h20 #include "clang/Basic/IdentifierTable.h"
21 #include "clang/Format/Format.h"
24 namespace clang { namespace
215 } // end namespace clang
/external/clang/lib/Sema/
H A DTypeLocBuilder.h18 #include "clang/AST/ASTContext.h"
19 #include "clang/AST/TypeLoc.h"
21 namespace clang { namespace
/external/clang/tools/clang-format/
H A DClangFormat.cpp1 //===-- clang-format/ClangFormat.cpp - Clang format tool ------------------===//
11 /// \brief This file implements a clang-format tool that automatically formats
16 #include "clang/Basic/Diagnostic.h"
17 #include "clang/Basic/DiagnosticOptions.h"
18 #include "clang/Basic/FileManager.h"
19 #include "clang/Basic/SourceManager.h"
20 #include "clang/Basic/Version.h"
21 #include "clang/Format/Format.h"
22 #include "clang/Lex/Lexer.h"
23 #include "clang/Rewrit
103 namespace clang { namespace
[all...]
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp11 #include "clang/Lex/Preprocessor.h"
13 namespace clang { namespace
221 } // end namespace clang
H A DRewriterTestContext.h17 #include "clang/Basic/Diagnostic.h"
18 #include "clang/Basic/DiagnosticOptions.h"
19 #include "clang/Basic/FileManager.h"
20 #include "clang/Basic/LangOptions.h"
21 #include "clang/Basic/SourceManager.h"
22 #include "clang/Frontend/TextDiagnosticPrinter.h"
23 #include "clang/Rewrite/Core/Rewriter.h"
28 namespace clang { namespace
120 } // end namespace clang
/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp177 namespace clang { namespace
183 // Emits and addendum to a .inc file to enumerate the clang declaration
229 } // end namespace clang
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp14 #include "clang/AST/ASTContext.h"
15 #include "clang/ASTMatchers/ASTMatchers.h"
16 #include "clang/ASTMatchers/ASTMatchersMacros.h"
17 #include "clang/ASTMatchers/ASTMatchFinder.h"
18 #include "clang/Basic/SourceManager.h"
19 #include "clang/Frontend/FrontendActions.h"
20 #include "clang/Lex/Lexer.h"
21 #include "clang/Tooling/CommonOptionsParser.h"
22 #include "clang/Tooling/Refactoring.h"
23 #include "clang/Toolin
32 namespace clang { namespace
[all...]
/external/clang/include/clang/AST/
H A DASTTypeTraits.h19 #include "clang/AST/ASTFwd.h"
20 #include "clang/AST/Decl.h"
21 #include "clang/AST/NestedNameSpecifier.h"
22 #include "clang/AST/Stmt.h"
23 #include "clang/AST/TemplateBase.h"
24 #include "clang/AST/TypeLoc.h"
25 #include "clang/Basic/LLVM.h"
34 namespace clang { namespace
86 #include "clang/AST/DeclNodes.inc"
89 #include "clang/AS
[all...]
H A DAttr.h17 #include "clang/AST/AttrIterator.h"
18 #include "clang/AST/Decl.h"
19 #include "clang/AST/Type.h"
20 #include "clang/Basic/AttrKinds.h"
21 #include "clang/Basic/LLVM.h"
22 #include "clang/Basic/SourceLocation.h"
23 #include "clang/Basic/VersionTuple.h"
32 namespace clang { namespace
149 #include "clang/AST/Attrs.inc"
164 } // end namespace clang
[all...]
H A DCXXInheritance.h17 #include "clang/AST/DeclBase.h"
18 #include "clang/AST/DeclCXX.h"
19 #include "clang/AST/DeclarationName.h"
20 #include "clang/AST/Type.h"
21 #include "clang/AST/TypeOrdering.h"
29 namespace clang { namespace
367 } // end namespace clang
H A DCharUnits.h21 namespace clang { namespace
181 } // namespace clang
183 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale,
184 const clang::CharUnits &CU) {
190 template<> struct DenseMapInfo<clang::CharUnits> {
191 static clang::CharUnits getEmptyKey() {
192 clang::CharUnits::QuantityType Quantity =
193 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
195 return clang
[all...]
H A DDeclFriend.h18 #include "clang/AST/DeclCXX.h"
19 #include "clang/AST/DeclTemplate.h"
20 #include "clang/AST/TypeLoc.h"
23 namespace clang { namespace
H A DDependentDiagnostic.h21 #include "clang/AST/DeclBase.h"
22 #include "clang/AST/DeclContextInternals.h"
23 #include "clang/AST/Type.h"
24 #include "clang/Basic/PartialDiagnostic.h"
25 #include "clang/Basic/SourceLocation.h"
27 namespace clang { namespace

Completed in 493 milliseconds

<<11121314151617181920>>