Searched defs:clang (Results 1 - 25 of 509) sorted by path

1234567891011>>

/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/bindings/python/clang/
H A Dcindex.py68 import clang.enumerations namespace
2130 clang and generating the AST before loading. Additional command line
2131 parameters can be passed to clang via the args parameter.
2191 Command-line arguments that would be passed to clang are specified as
2436 This is equivalent to passing -emit-ast to the clang frontend. The
2647 clang::tooling::CompilationDatabase
3473 for name, value in clang.enumerations.TokenKinds:
/external/clang/
H A Dclang-host-build.mk31 define transform-host-clang-td-to-out
/external/clang/include/clang/ARCMigrate/
H A DARCMT.h13 #include "clang/ARCMigrate/FileRemapper.h"
14 #include "clang/Basic/SourceLocation.h"
15 #include "clang/Frontend/CompilerInvocation.h"
17 namespace clang { namespace
123 } // end namespace clang
H A DARCMTActions.h13 #include "clang/ARCMigrate/FileRemapper.h"
14 #include "clang/Frontend/FrontendAction.h"
17 namespace clang { namespace
H A DFileRemapper.h13 #include "clang/Basic/LLVM.h"
23 namespace clang { namespace
75 } // end namespace clang
/external/clang/include/clang/AST/
H A DAPValue.h17 #include "clang/Basic/LLVM.h"
23 namespace clang { namespace
450 } // end namespace clang.
H A DASTConsumer.h19 namespace clang { namespace
161 } // end namespace clang.
H A DASTContext.h11 /// \brief Defines the clang::ASTContext interface.
18 #include "clang/AST/ASTTypeTraits.h"
19 #include "clang/AST/CanonicalType.h"
20 #include "clang/AST/CommentCommandTraits.h"
21 #include "clang/AST/Decl.h"
22 #include "clang/AST/ExternalASTSource.h"
23 #include "clang/AST/NestedNameSpecifier.h"
24 #include "clang/AST/PrettyPrinter.h"
25 #include "clang/AST/RawCommentList.h"
26 #include "clang/AS
47 namespace clang { namespace
[all...]
H A DASTDiagnostic.h13 #include "clang/Basic/Diagnostic.h"
15 namespace clang { namespace
21 #include "clang/Basic/DiagnosticASTKinds.inc"
45 } // end namespace clang
H A DASTFwd.h15 namespace clang { namespace
19 #include "clang/AST/DeclNodes.inc"
22 #include "clang/AST/StmtNodes.inc"
25 #include "clang/AST/TypeNodes.def"
28 } // end namespace clang
H A DASTImporter.h17 #include "clang/AST/DeclarationName.h"
18 #include "clang/AST/Type.h"
19 #include "clang/Basic/SourceLocation.h"
24 namespace clang { namespace
H A DASTLambda.h19 #include "clang/AST/DeclCXX.h"
20 #include "clang/AST/DeclTemplate.h"
22 namespace clang { namespace
78 } // clang
H A DASTMutationListener.h16 #include "clang/Basic/SourceLocation.h"
18 namespace clang { namespace
109 } // end namespace clang
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 DASTUnresolvedSet.h18 #include "clang/AST/ASTVector.h"
19 #include "clang/AST/UnresolvedSet.h"
21 namespace clang { namespace
108 } // namespace clang
H A DASTVector.h21 #include "clang/AST/AttrIterator.h"
29 namespace clang { namespace
402 } // end: clang namespace
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 DAttrIterator.h17 #include "clang/Basic/LLVM.h"
20 namespace clang { namespace
26 void *operator new(size_t Bytes, const clang::ASTContext &C,
30 void *operator new[](size_t Bytes, const clang::ASTContext &C,
36 void operator delete(void *Ptr, const clang::ASTContext &C, size_t);
37 void operator delete[](void *Ptr, const clang::ASTContext &C, size_t);
39 namespace clang { namespace
140 } // end namespace clang
H A DBaseSubobject.h17 #include "clang/AST/CharUnits.h"
22 namespace clang { namespace
51 } // end namespace clang
55 template<> struct DenseMapInfo<clang::BaseSubobject> {
56 static clang::BaseSubobject getEmptyKey() {
57 return clang::BaseSubobject(
58 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
62 static clang::BaseSubobject getTombstoneKey() {
63 return 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 DCanonicalType.h18 #include "clang/AST/Type.h"
22 namespace clang { namespace
345 } // end namespace clang
353 struct simplify_type< ::clang::CanQual<T> > {
355 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
362 class PointerLikeTypeTraits<clang::CanQual<T> > {
364 static inline void *getAsVoidPointer(clang::CanQual<T> P) {
367 static inline clang::CanQual<T> getFromVoidPointer(void *P) {
368 return clang::CanQual<T>::getFromOpaquePtr(P);
376 namespace clang { namespace
[all...]
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 DComment.h17 #include "clang/AST/CommentCommandTraits.h"
18 #include "clang/AST/DeclObjC.h"
19 #include "clang/AST/Type.h"
20 #include "clang/Basic/SourceLocation.h"
24 namespace clang { namespace
192 #include "clang/AST/CommentNodes.inc"
1137 } // end namespace clang
H A DCommentBriefParser.h18 #include "clang/AST/CommentLexer.h"
20 namespace clang { namespace
52 } // end namespace clang

Completed in 4579 milliseconds

1234567891011>>