| /external/llvm/utils/ |
| NewNightlyTest.pl | 53 # -with-clang Checkout Clang source into tools/clang. 171 if (/^-with-clang$/) { $WITHCLANG = 1; next; } 494 " $SVNCMD $SVNURL/cfe/trunk clang )", $COLog, 495 "CHECKOUT CLANG");
|
| /external/clang/include/clang/AST/ |
| DeclCXX.h | 18 #include "clang/AST/Expr.h" 19 #include "clang/AST/Decl.h" 20 #include "clang/AST/TypeLoc.h" 21 #include "clang/AST/UnresolvedSet.h" 24 namespace clang { namespace 63 } // end namespace clang 68 template<> struct simplify_type<const ::clang::AnyFunctionDecl> { 69 typedef ::clang::NamedDecl* SimpleType; 70 static SimpleType getSimplifiedValue(const ::clang::AnyFunctionDecl &Val) { 74 template<> struct simplify_type< ::clang::AnyFunctionDecl 94 namespace clang { namespace [all...] |
| Redeclarable.h | 21 namespace clang { namespace
|
| TemplateBase.h | 21 #include "clang/AST/Type.h" 22 #include "clang/AST/TemplateName.h" 28 namespace clang { namespace 620 } // end namespace clang
|
| /external/clang/include/clang/Rewrite/ |
| RewriteRope.h | 22 namespace clang { namespace 229 } // end namespace clang
|
| /external/clang/lib/CodeGen/ |
| CGCXXABI.h | 18 #include "clang/Basic/LLVM.h" 28 namespace clang { namespace
|
| /external/clang/lib/Frontend/ |
| TextDiagnostic.cpp | 10 #include "clang/Frontend/TextDiagnostic.h" 11 #include "clang/Basic/FileManager.h" 12 #include "clang/Basic/SourceManager.h" 13 #include "clang/Frontend/DiagnosticOptions.h" 14 #include "clang/Lex/Lexer.h" 20 using namespace clang; 608 case DiagnosticOptions::Clang: OS << ':' << LineNo; break; 624 case DiagnosticOptions::Clang: [all...] |
| /external/clang/lib/Parse/ |
| ParseTemplate.cpp | 14 #include "clang/Parse/Parser.h" 15 #include "clang/Parse/ParseDiagnostic.h" 16 #include "clang/Sema/DeclSpec.h" 17 #include "clang/Sema/ParsedTemplate.h" 18 #include "clang/Sema/Scope.h" 20 #include "clang/AST/DeclTemplate.h" 21 #include "clang/AST/ASTConsumer.h" 22 using namespace clang; [all...] |
| /external/clang/test/CodeGen/ |
| x86_32-arguments-darwin.c | 249 // <rdar://problem/7964854> [i386] clang misaligns long double in structures 251 // <rdar://problem/8431367> clang misaligns parameters on stack
|
| /external/clang/test/CodeGenObjC/ |
| arc.m | 222 // CHECK-NEXT: call void @objc_release(i8* [[T1]]) nounwind, !clang.imprecise_release 236 // CHECK-NEXT: call void @objc_release(i8* [[T1]]) nounwind, !clang.imprecise_release 263 // CHECK-NEXT: call void @objc_release(i8* [[T1]]) nounwind, !clang.imprecise_release 267 // CHECK-NOT: clang.imprecise_release 317 // CHECK-NEXT: call void @objc_release(i8* [[T3]]) nounwind, !clang.imprecise_release 346 // CHECK-NEXT: call void @objc_release(i8* [[T4]]) nounwind, !clang.imprecise_release 481 // CHECK-NEXT: call void @objc_release(i8* [[T0]]) nounwind, !clang.imprecise_release 520 // CHECK-NEXT: call void @objc_release(i8* [[T0]]) nounwind, !clang.imprecise_release 566 // CHECK-NEXT: call void @objc_release(i8* [[T0]]) nounwind, !clang.imprecise_release 746 // CHECK-NEXT: call void @objc_release(i8* [[T1]]) nounwind, !clang.imprecise_releas [all...] |
| /external/llvm/lib/Target/ |
| README.txt | 147 the llvm-gcc frontend is canonicalizing the later into the former, but clang 571 Clang compiles this into: 805 "clang -emit-llvm-bc | opt -std-compile-opts". 817 "!((start|end)&~PMD_MASK). Currently not optimized with "clang 837 optimized with "clang -emit-llvm-bc | opt -std-compile-opts". 874 currently not optimized with "clang -emit-llvm-bc | opt 881 Should combine to 0. Currently not optimized with "clang 888 with "clang -emit-llvm-bc | opt -std-compile-opts". 893 Should combine to "x | (y & 3)". Currently not optimized with "clang 900 "clang -emit-llvm-bc | opt -std-compile-opts" [all...] |
| /external/clang/lib/AST/ |
| RecordLayoutBuilder.cpp | 10 #include "clang/AST/Attr.h" 11 #include "clang/AST/CXXInheritance.h" 12 #include "clang/AST/Decl.h" 13 #include "clang/AST/DeclCXX.h" 14 #include "clang/AST/DeclObjC.h" 15 #include "clang/AST/Expr.h" 16 #include "clang/AST/RecordLayout.h" 17 #include "clang/Basic/TargetInfo.h" 18 #include "clang/Sema/SemaDiagnostic.h" 24 using namespace clang; [all...] |
| Decl.cpp | 14 #include "clang/AST/Decl.h" 15 #include "clang/AST/DeclCXX.h" 16 #include "clang/AST/DeclObjC.h" 17 #include "clang/AST/DeclTemplate.h" 18 #include "clang/AST/ASTContext.h" 19 #include "clang/AST/TypeLoc.h" 20 #include "clang/AST/Stmt.h" 21 #include "clang/AST/Expr.h" 22 #include "clang/AST/ExprCXX.h" 23 #include "clang/AST/PrettyPrinter.h [all...] |
| /external/clang/lib/Lex/ |
| PPDirectives.cpp | 14 #include "clang/Lex/Preprocessor.h" 15 #include "clang/Lex/LiteralSupport.h" 16 #include "clang/Lex/HeaderSearch.h" 17 #include "clang/Lex/MacroInfo.h" 18 #include "clang/Lex/LexDiagnostic.h" 19 #include "clang/Lex/CodeCompletionHandler.h" 20 #include "clang/Lex/ModuleLoader.h" 21 #include "clang/Lex/Pragma.h" 22 #include "clang/Basic/FileManager.h" 23 #include "clang/Basic/SourceManager.h [all...] |
| /external/clang/lib/Sema/ |
| SemaAccess.cpp | 14 #include "clang/Sema/SemaInternal.h" 15 #include "clang/Sema/DelayedDiagnostic.h" 16 #include "clang/Sema/Initialization.h" 17 #include "clang/Sema/Lookup.h" 18 #include "clang/AST/ASTContext.h" 19 #include "clang/AST/CXXInheritance.h" 20 #include "clang/AST/DeclCXX.h" 21 #include "clang/AST/DeclFriend.h" 22 #include "clang/AST/DependentDiagnostic.h" 23 #include "clang/AST/ExprCXX.h [all...] |
| SemaLookup.cpp | 14 #include "clang/Sema/Sema.h" 15 #include "clang/Sema/SemaInternal.h" 16 #include "clang/Sema/Lookup.h" 17 #include "clang/Sema/Overload.h" 18 #include "clang/Sema/DeclSpec.h" 19 #include "clang/Sema/Scope.h" 20 #include "clang/Sema/ScopeInfo.h" 21 #include "clang/Sema/TemplateDeduction.h" 22 #include "clang/Sema/ExternalSemaSource.h" 23 #include "clang/Sema/TypoCorrection.h [all...] |
| /external/chromium/base/ |
| linked_list.h | 129 // Work around a Clang bug reported upstream:
|
| /external/clang/include/clang/Basic/ |
| BuiltinsPPC.def | 18 // The format of this database matches clang/Basic/Builtins.def.
|
| DiagnosticLexKinds.td | 367 "already inside '#pragma clang arc_cf_code_audited'">; 369 "not currently inside '#pragma clang arc_cf_code_audited'">; 371 "cannot #include files inside '#pragma clang arc_cf_code_audited'">; 373 "'#pragma clang arc_cf_code_audited' was not ended within this file">;
|
| StmtNodes.td | 147 // Clang Extensions.
|
| TokenKinds.def | 92 // Clang extensions 366 // Clang-only C++ Type Traits 510 // Clang Extensions. 514 // Clang-specific keywords enabled only in testing.
|
| /external/clang/include/clang/Driver/ |
| Types.def | 25 // clang::driver::types::TY_XX enum constant.
|
| /external/clang/include/clang/Lex/ |
| Lexer.h | 17 #include "clang/Lex/PreprocessorLexer.h" 18 #include "clang/Basic/LangOptions.h" 23 namespace clang { namespace 524 } // end namespace clang
|
| /external/clang/include/clang/Serialization/ |
| ContinuousRangeMap.h | 22 namespace clang { namespace
|
| /external/clang/lib/ARCMigrate/ |
| TransZeroOutPropsInDealloc.cpp | 19 using namespace clang;
|