HomeSort by relevance Sort by last modified time
    Searched defs:Clang (Results 1 - 3 of 3) sorted by null

  /external/clang/examples/clang-interpreter/
main.cpp 1 //===-- examples/clang-interpreter/main.cpp - Clang C Interpreter Example -===//
10 #include "clang/CodeGen/CodeGenAction.h"
11 #include "clang/Driver/Compilation.h"
12 #include "clang/Driver/Driver.h"
13 #include "clang/Driver/Tool.h"
14 #include "clang/Frontend/CompilerInvocation.h"
15 #include "clang/Frontend/CompilerInstance.h"
16 #include "clang/Frontend/DiagnosticOptions.h"
17 #include "clang/Frontend/FrontendDiagnostic.h
    [all...]
  /external/clang/include/clang/Frontend/
DiagnosticOptions.h 13 #include "clang/Basic/Diagnostic.h"
18 namespace clang { namespace
42 enum TextDiagnosticFormat { Clang, Msvc, Vi };
92 Format = Clang;
102 } // end namespace clang
  /external/clang/lib/Driver/
Tools.h 13 #include "clang/Driver/Tool.h"
14 #include "clang/Driver/Types.h"
15 #include "clang/Driver/Util.h"
20 namespace clang { namespace
30 /// \brief Clang compiler tool.
31 class LLVM_LIBRARY_VISIBILITY Clang : public Tool {
45 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC) {}
58 /// \brief Clang integrated assembler tool
    [all...]

Completed in 119 milliseconds