| /external/clang/include/clang/Basic/ |
| DiagnosticFrontendKinds.td | 44 "expected a clang compiler command">;
|
| SourceManager.h | 17 #include "clang/Basic/LLVM.h" 18 #include "clang/Basic/SourceLocation.h" 30 namespace clang { namespace 216 friend class clang::SourceManager; 217 friend class clang::ASTWriter; 218 friend class clang::ASTReader; [all...] |
| /external/clang/lib/Basic/ |
| Diagnostic.cpp | 14 #include "clang/Basic/Diagnostic.h" 15 #include "clang/Basic/IdentifierTable.h" 16 #include "clang/Basic/PartialDiagnostic.h" 21 using namespace clang;
|
| FileManager.cpp | 20 #include "clang/Basic/FileManager.h" 21 #include "clang/Basic/FileSystemStatCache.h" 41 using namespace clang;
|
| /external/clang/test/Analysis/ |
| idempotent-operations.c | 2 // RUN: %clang --analyze -Xclang -analyzer-disable-checker=deadcode.DeadStores -fblocks -Xclang -verify %s -o %t
|
| /external/clang/test/Sema/ |
| designated-initializers.c | 117 // PR clang/3378
|
| ms_class_layout.cpp | 67 // Without this clang doesn`t dump record layouts.
|
| format-strings.c | 384 #pragma clang diagnostic push 385 #pragma clang diagnostic ignored "-Wformat-invalid-specifier" 387 #pragma clang diagnostic pop
|
| /external/clang/test/SemaCXX/ |
| conversion-function.cpp | 57 // This used to crash Clang.
|
| /external/clang/utils/ |
| token-delta.py | 110 p = subprocess.Popen(['clang','-dump-raw-tokens',path],
|
| /external/llvm/docs/CommandGuide/ |
| llc.pod | 49 B<clang>.
|
| /external/llvm/test/CodeGen/X86/ |
| 2011-01-24-DbgValue-Before-Use.ll | 79 !2 = metadata !{i32 589841, i32 0, i32 12, metadata !"rem_small.c", metadata !"/private/tmp", metadata !"clang version 2.9 (trunk 124117)", i1 true, i1 true, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
|
| dbg-value-inlined-parameter.ll | 51 !2 = metadata !{i32 589841, i32 0, i32 12, metadata !"nm2.c", metadata !"/private/tmp", metadata !"clang version 2.9 (trunk 125693)", i1 true, i1 true, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
|
| /external/llvm/test/DebugInfo/ |
| 2010-04-06-NestedFnDbgInfo.ll | 57 !4 = metadata !{i32 524305, i32 0, i32 4, metadata !"one.cc", metadata !"/tmp", metadata !"clang 1.5", i1 true, i1 false, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
|
| /external/llvm/tools/bugpoint/ |
| bugpoint.cpp | 183 // Note that although clang/llvm-gcc use two separate passmanagers
|
| /external/clang/include/clang/Sema/ |
| Lookup.h | 18 #include "clang/Sema/Sema.h" 19 #include "clang/AST/DeclCXX.h" 21 namespace clang { namespace
|
| Sema.h | 18 #include "clang/Sema/Ownership.h" 19 #include "clang/Sema/AnalysisBasedWarnings.h" 20 #include "clang/Sema/IdentifierResolver.h" 21 #include "clang/Sema/ObjCMethodList.h" 22 #include "clang/Sema/DeclSpec.h" 23 #include "clang/Sema/ExternalSemaSource.h" 24 #include "clang/Sema/LocInfoType.h" 25 #include "clang/Sema/MultiInitializer.h" 26 #include "clang/Sema/TypoCorrection.h" 27 #include "clang/Sema/Weak.h 49 namespace clang { namespace [all...] |
| /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| PathDiagnostic.h | 17 #include "clang/Basic/Diagnostic.h" 25 namespace clang { namespace 601 } //end clang namespace
|
| /external/clang/lib/Rewrite/ |
| DeltaTree.cpp | 14 #include "clang/Rewrite/DeltaTree.h" 15 #include "clang/Basic/LLVM.h" 18 using namespace clang;
|
| /frameworks/compile/slang/ |
| README.html | 335 clang llvm 375 -I external/clang/lib/Headers \ 389 C99. However, llvm-rs-cc goes beyond "clang -std=c99" and provides the
|
| /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
| SdkConstants.java | 73 /** framework include (clang) folder */ 74 public static final String FN_FRAMEWORK_INCLUDE_CLANG = "clang-include"; //$NON-NLS-1$ 359 /** Path of the renderscript (clang) include folder relative to a platform folder. */
|
| /external/clang/lib/Lex/ |
| LiteralSupport.cpp | 15 #include "clang/Lex/LiteralSupport.h" 16 #include "clang/Lex/Preprocessor.h" 17 #include "clang/Lex/LexDiagnostic.h" 18 #include "clang/Basic/TargetInfo.h" 21 using namespace clang; [all...] |
| /external/clang/lib/Parse/ |
| ParseTentative.cpp | 15 #include "clang/Parse/Parser.h" 16 #include "clang/Parse/ParseDiagnostic.h" 17 #include "clang/Sema/ParsedTemplate.h" 18 using namespace clang; 199 // At present, Clang follows MSVC and g++, since the parser does not have [all...] |
| /external/clang/lib/Sema/ |
| SemaExprCXX.cpp | 14 #include "clang/Sema/SemaInternal.h" 15 #include "clang/Sema/DeclSpec.h" 16 #include "clang/Sema/Initialization.h" 17 #include "clang/Sema/Lookup.h" 18 #include "clang/Sema/ParsedTemplate.h" 19 #include "clang/Sema/ScopeInfo.h" 20 #include "clang/Sema/Scope.h" 21 #include "clang/Sema/TemplateDeduction.h" 22 #include "clang/AST/ASTContext.h" 23 #include "clang/AST/CXXInheritance.h [all...] |
| /external/clang/lib/StaticAnalyzer/Core/ |
| RegionStore.cpp | 17 #include "clang/AST/CharUnits.h" 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/ExprCXX.h" 20 #include "clang/Analysis/Analyses/LiveVariables.h" 21 #include "clang/Analysis/AnalysisContext.h" 22 #include "clang/Basic/TargetInfo.h" 23 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h" 24 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h" 25 #include "clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h" 31 using namespace clang; [all...] |