Searched refs:clang (Results 51 - 75 of 1304) sorted by relevance

1234567891011>>

/external/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp18 // or another. This is bad because it means that if clang was built in release
22 // clang .a files that you have since you might be missing functions in the .a
23 // file. So we have to define NDEBUG when including clang headers to avoid any
29 // Need to include assert.h so it is as clang would expect it to be (disabled)
33 #include "clang/AST/DeclBase.h"
34 #include "clang/AST/DeclarationName.h"
45 using namespace clang;
51 const clang::DeclContext *decl_ctx,
52 clang::DeclarationName clang_decl_name
57 llvm::SmallVector <clang
[all...]
/external/clang/test/PCH/
H A Dpragma-loop.cpp7 // CHECK: #pragma clang loop unroll_count(16)
8 // CHECK: #pragma clang loop interleave_count(8)
9 // CHECK: #pragma clang loop vectorize_width(4)
10 // CHECK: #pragma clang loop unroll(disable)
11 // CHECK: #pragma clang loop interleave(disable)
12 // CHECK: #pragma clang loop vectorize(enable)
13 // CHECK: #pragma clang loop unroll(enable)
14 // CHECK: #pragma clang loop interleave(enable)
15 // CHECK: #pragma clang loop vectorize(disable)
24 #pragma clang loo
[all...]
H A Dpragma-diag.c13 #pragma clang diagnostic ignored "-Wtautological-compare"
/external/clang/include/clang/AST/
H A DStmtGraphTraits.h18 #include "clang/AST/Stmt.h"
27 template <> struct GraphTraits<clang::Stmt*> {
28 typedef clang::Stmt NodeType;
29 typedef clang::Stmt::child_iterator ChildIteratorType;
30 typedef llvm::df_iterator<clang::Stmt*> nodes_iterator;
32 static NodeType* getEntryNode(clang::Stmt* S) { return S; }
44 static nodes_iterator nodes_begin(clang::Stmt* S) {
48 static nodes_iterator nodes_end(clang::Stmt* S) {
54 template <> struct GraphTraits<const clang::Stmt*> {
55 typedef const clang
[all...]
/external/clang/test/Misc/
H A Dast-print-pragmas.cpp6 // CHECK: #pragma clang loop interleave_count(8)
7 // CHECK-NEXT: #pragma clang loop vectorize_width(4)
11 #pragma clang loop vectorize_width(4)
12 #pragma clang loop interleave_count(8)
19 // CHECK: #pragma clang loop interleave(disable)
20 // CHECK-NEXT: #pragma clang loop vectorize(enable)
22 #pragma clang loop vectorize(enable)
23 #pragma clang loop interleave(disable)
30 // CHECK: #pragma clang loop interleave(enable)
31 // CHECK-NEXT: #pragma clang loo
[all...]
H A Ddiag-line-wrapping.cpp18 #pragma clang diagnostic push
19 #pragma clang diagnostic warning "-Wconversion"
23 #pragma clang diagnostic pop
/external/lldb/include/lldb/Expression/
H A DClangASTSource.h15 #include "clang/Basic/IdentifierTable.h"
66 clang::Decl *GetExternalDecl (uint32_t) { return NULL; }
67 clang::Stmt *GetExternalDeclStmt (uint64_t) { return NULL; }
68 clang::Selector GetExternalSelector (uint32_t) { return clang::Selector(); }
70 clang::CXXBaseSpecifier *GetExternalCXXBaseSpecifiers (uint64_t Offset)
72 void MaterializeVisibleDecls (const clang::DeclContext *DC)
75 void InstallASTContext (clang::ASTContext *ast_context)
104 FindExternalVisibleDeclsByName (const clang::DeclContext *DC,
105 clang
[all...]
/external/lldb/include/lldb/Symbol/
H A DClangASTImporter.h17 #include "clang/AST/ASTImporter.h"
18 #include "clang/Basic/FileManager.h"
19 #include "clang/Basic/FileSystemOptions.h"
90 m_file_manager(clang::FileSystemOptions())
94 clang::QualType
95 CopyType (clang::ASTContext *dst_ctx,
96 clang::ASTContext *src_ctx,
97 clang::QualType type);
100 CopyType (clang::ASTContext *dst_ctx,
101 clang
[all...]
H A DClangNamespaceDecl.h27 ClangNamespaceDecl (clang::ASTContext *ast, clang::NamespaceDecl *namespace_decl) :
68 clang::ASTContext *
75 SetASTContext (clang::ASTContext *ast)
80 clang::NamespaceDecl *
87 SetNamespaceDecl (clang::NamespaceDecl *namespace_decl)
96 clang::ASTContext *m_ast;
97 clang::NamespaceDecl *m_namespace_decl;
/external/clang/test/Driver/
H A Doutput-file-cleanup.c2 // RUN: not %clang -S -DCRASH -o %t.s -MMD -MF %t.d %s
7 // RUN: not %clang -S -DMISSING -o %t.s -MMD -MF %t.d %s
12 // RUN: not %clang -S -o %t.s -MMD -MF %t.d %s
20 #pragma clang __debug crash
29 // RUN: cd %T && not %clang -S %t1.c %t2.c
36 // RUN: cd %T && not %clang -S %t1.c %t2.c
45 // RUN: cd %T && not %clang -S %t1.c %t2.c %t3.c %t4.c %t5.c
/external/clang/test/Profile/
H A Dc-captured.c24 #pragma clang __debug captured
36 #pragma clang __debug captured
/external/clang/test/Sema/
H A Dcaptured-statements.c6 #pragma clang __debug captured
18 #pragma clang __debug captured
28 #pragma clang __debug captured
37 #pragma clang __debug captured
40 #pragma clang __debug captured
43 #pragma clang __debug captured
56 #pragma clang __debug captured
66 #pragma clang __debug captured
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructsAction.h8 #include "clang/Frontend/FrontendAction.h"
14 class FindBadConstructsAction : public clang::PluginASTAction {
20 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
21 clang::CompilerInstance& instance,
23 virtual bool ParseArgs(const clang::CompilerInstance& instance,
/external/clang/examples/
H A DMakefile12 PARALLEL_DIRS := analyzer-plugin clang-interpreter PrintFunctionNames
/external/clang/include/clang/Basic/
H A DTemplateKinds.h11 /// \brief Defines the clang::TemplateNameKind enum.
17 namespace clang { namespace
/external/clang/include/clang/FrontendTool/
H A DUtils.h18 namespace clang { namespace
28 } // end namespace clang
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintTag.h17 namespace clang { namespace
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAllocationDiagnostics.h17 #include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
19 namespace clang { namespace ento { namespace
H A DInterCheckerAPI.h15 namespace clang { namespace
/external/clang/test/Index/Inputs/
H A Dcrash-recovery-reparse-remap.c8 #pragma clang __debug crash
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DRecordInfo.h17 #include "clang/AST/AST.h"
18 #include "clang/AST/CXXInheritance.h"
36 BasePoint(const clang::CXXBaseSpecifier& spec,
41 const clang::CXXBaseSpecifier& spec() { return spec_; }
45 const clang::CXXBaseSpecifier& spec_;
52 FieldPoint(clang::FieldDecl* field, Edge* edge)
57 clang::FieldDecl* field() { return field_; }
61 clang::FieldDecl* field_;
71 typedef std::map<clang::CXXRecordDecl*, BasePoint> Bases;
72 typedef std::map<clang
[all...]
/external/clang/lib/Headers/
H A DAndroid.mk5 $(TARGET_OUT_HEADERS)/clang/arm_neon.h: TBLGEN_LOCAL_MODULE := arm_neon.h
6 $(TARGET_OUT_HEADERS)/clang/arm_neon.h: $(CLANG_ROOT_PATH)/include/clang/Basic/arm_neon.td \
8 $(call transform-host-clang-td-to-out,arm-neon)
10 # Make sure when clang is used, arm_neon.h does exist.
11 $(CLANG): | $(TARGET_OUT_HEADERS)/clang/arm_neon.h
/external/clang/test/CodeGen/
H A Dcaptured-statements.c13 #pragma clang __debug captured
35 #pragma clang __debug captured
54 #pragma clang __debug captured
65 #pragma clang __debug captured
79 #pragma clang __debug captured
/external/clang/test/SemaCXX/
H A Dattr-optnone.cpp25 // Verify that we can specify the [[clang::optnone]] syntax as well.
27 [[clang::optnone]]
29 [[clang::optnone]]
32 [[clang::optnone]]
35 [[clang::optnone]] int globalVar2; //expected-warning{{'optnone' attribute only applies to functions}}
38 [[clang::optnone]] int aField; // expected-warning{{'optnone' attribute only applies to functions}}
42 [[clang::optnone]]
44 [[clang::optnone]]
/external/chromium_org/tools/clang/empty_string/
H A DEmptyStringConverter.cpp8 // should be run using the tools/clang/scripts/run_tool.py helper.
11 #include "clang/ASTMatchers/ASTMatchers.h"
12 #include "clang/ASTMatchers/ASTMatchFinder.h"
13 #include "clang/Basic/SourceManager.h"
14 #include "clang/Frontend/FrontendActions.h"
15 #include "clang/Tooling/CommonOptionsParser.h"
16 #include "clang/Tooling/Refactoring.h"
17 #include "clang/Tooling/Tooling.h"
20 using clang::ast_matchers::MatchFinder;
21 using clang
[all...]

Completed in 2556 milliseconds

1234567891011>>