HomeSort by relevance Sort by last modified time
    Searched refs:clang (Results 226 - 250 of 1202) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Serialization/
Makefile 11 $(Echo) "Building Clang PCH reader with tblgen"
12 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-read -o $(call SYSPATH, $@) \
17 $(Echo) "Building Clang PCH writer with tblgen"
18 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-write -o $(call SYSPATH, $@) \
  /external/clang/lib/AST/
TemplateBase.cpp 15 #include "clang/AST/TemplateBase.h"
16 #include "clang/AST/ASTContext.h"
17 #include "clang/AST/DeclBase.h"
18 #include "clang/AST/DeclTemplate.h"
19 #include "clang/AST/Expr.h"
20 #include "clang/AST/ExprCXX.h"
21 #include "clang/AST/Type.h"
22 #include "clang/AST/TypeLoc.h"
23 #include "clang/Basic/Diagnostic.h"
29 using namespace clang;
    [all...]
  /external/clang/lib/Frontend/
LangStandards.cpp 10 #include "clang/Frontend/LangStandard.h"
13 using namespace clang;
14 using namespace clang::frontend;
18 #include "clang/Frontend/LangStandards.def"
26 #include "clang/Frontend/LangStandards.def"
35 #include "clang/Frontend/LangStandards.def"
  /external/clang/lib/Serialization/
GeneratePCH.cpp 15 #include "clang/Serialization/ASTWriter.h"
16 #include "clang/AST/ASTConsumer.h"
17 #include "clang/AST/ASTContext.h"
18 #include "clang/Basic/FileManager.h"
19 #include "clang/Lex/Preprocessor.h"
20 #include "clang/Sema/SemaConsumer.h"
25 using namespace clang;
29 clang::Module *Module,
  /external/clang/test/Misc/
ast-dump-attr.cpp 16 [[clang::fallthrough]];
26 [[clang::warn_unused_result]] int TestCXX11DeclAttr();
  /external/clang/tools/driver/
Android.mk 8 LOCAL_MODULE := clang
100 # Make sure if clang (i.e. $(LOCAL_MODULE)) get installed,
101 # clang++ will get installed as well.
107 # Symlink for clang++
  /external/clang/utils/
find-unused-diagnostics.sh 8 ALL_DIAGS=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/Basic/Diagnostic*.td)
  /external/compiler-rt/lib/
lit.common.configured.in 1 ## Autogenerated by LLVM/Clang configuration.
13 config.clang = "@LLVM_BINARY_DIR@/bin/clang"
  /external/llvm/test/Object/Inputs/
elfver.S 3 # clang $ARGS -m32 elfver.S -lc -o elf-versioning-test.i386
4 # clang $ARGS -m64 elfver.S -lc -o elf-versioning-test.x86_64
  /external/clang/include/clang/Basic/
IdentifierTable.h 11 /// \brief Defines the clang::IdentifierInfo, clang::IdentifierTable, and
12 /// clang::Selector interfaces.
19 #include "clang/Basic/LLVM.h"
20 #include "clang/Basic/OperatorKinds.h"
21 #include "clang/Basic/TokenKinds.h"
33 namespace clang { namespace
772 #include "clang/Basic/OperatorKinds.def"
790 } // end namespace clang
796 struct DenseMapInfo<clang::Selector>
    [all...]
TargetOptions.h 11 /// \brief Defines the clang::TargetOptions class.
18 #include "clang/Basic/LLVM.h"
23 namespace clang { namespace
53 } // end namespace clang
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 25 #include <clang/Frontend/CompilerInstance.h>
26 #include <clang/Frontend/TextDiagnosticPrinter.h>
27 #include <clang/CodeGen/CodeGenAction.h>
57 clang::CompilerInstance c;
58 clang::EmitObjAction act(&llvm::getGlobalContext());
68 std::make_pair(clang::IK_OpenCL, name));
73 c.getInvocation().setLangDefaults(clang::IK_OpenCL);
74 c.createDiagnostics(0, NULL, new clang::TextDiagnosticPrinter(
98 clang::CompilerInstance c;
99 clang::EmitLLVMOnlyAction act(&llvm::getGlobalContext())
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_index.py 1 from clang.cindex import *
  /external/clang/include/clang/AST/
ASTDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
15 namespace clang { namespace
21 #include "clang/Basic/DiagnosticASTKinds.inc"
48 } // end namespace clang
MangleNumberingContext.h 18 #include "clang/Basic/LLVM.h"
22 namespace clang { namespace
57 } // end namespace clang
  /external/clang/include/clang/Analysis/
CFGStmtMap.h 18 #include "clang/Analysis/CFG.h"
20 namespace clang { namespace
51 } // end clang namespace
  /external/clang/include/clang/CodeGen/
ModuleBuilder.h 17 #include "clang/AST/ASTConsumer.h"
25 namespace clang { namespace
  /external/clang/include/clang/Driver/
Options.h 19 namespace clang { namespace
23 /// Flags specifically for clang options. Must not overlap with
40 #include "clang/Driver/Options.inc"
  /external/clang/include/clang/Edit/
Rewriters.h 14 namespace clang { namespace
39 } // end namespace clang
  /external/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 13 #include "clang/Basic/LLVM.h"
20 namespace clang { namespace
54 /// This allows wrapper tools for Clang to get diagnostics from Clang
55 /// (via libclang) without needing to parse Clang's command line output.
61 } // end clang namespace
  /external/clang/include/clang/Lex/
Makefile 11 $(Echo) "Building Clang attribute spellings with tblgen"
12 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-list -o $(call SYSPATH, $@) \
  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 17 #include "clang/Basic/LLVM.h"
20 namespace clang { namespace
47 } // end clang namespace
  /external/clang/include/clang/Sema/
ObjCMethodList.h 19 namespace clang { namespace
PrettyDeclStackTrace.h 19 #include "clang/Basic/SourceLocation.h"
22 namespace clang { namespace
  /external/clang/include/clang/StaticAnalyzer/Core/
PathDiagnosticConsumers.h 20 namespace clang { namespace
44 } // end 'clang' namespace

Completed in 1181 milliseconds

1 2 3 4 5 6 7 8 91011>>