Searched refs:clang (Results 1 - 25 of 1304) sorted by relevance

1234567891011>>

/external/clang/test/Preprocessor/
H A Dmissing-system-header.h1 #pragma clang system_header
H A Dpragma-captured.c3 // Test pragma clang __debug captured, for Captured Statements
7 #pragma clang __debug captured
12 // CHECK: #pragma clang __debug captured
H A Dpushable-diagnostics.c3 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}}
5 #pragma clang diagnostic puhs // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}}
9 #pragma clang diagnostic push
10 #pragma clang diagnostic ignored "-Wmultichar"
13 #pragma clang diagnostic pop
17 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}}
/external/clang/lib/Analysis/
H A DDominators.cpp10 #include "clang/Analysis/Analyses/Dominators.h"
12 using namespace clang;
/external/clang/lib/Frontend/
H A DChainedDiagnosticConsumer.cpp10 #include "clang/Frontend/ChainedDiagnosticConsumer.h"
12 using namespace clang;
/external/clang/lib/Lex/
H A DPPCallbacks.cpp10 #include "clang/Lex/PPCallbacks.h"
12 using namespace clang;
/external/clang/lib/Sema/
H A DSemaConsumer.cpp10 #include "clang/Sema/SemaConsumer.h"
12 using namespace clang;
/external/clang/include/
H A DMakefile2 DIRS := clang clang-c
/external/clang/test/Driver/
H A Dcrash-report.c3 // RUN: not env TMPDIR=%t TEMP=%t TMP=%t RC_DEBUG_OPTIONS=1 %clang -fsyntax-only %s \
16 // RUN: not env FORCE_CLANG_DIAGNOSTICS_CRASH=1 %clang -fsyntax-only -x c /dev/null -lstdc++ 2>&1 | FileCheck %s
21 #pragma clang __debug parser_crash
/external/clang/test/Frontend/Inputs/
H A Drewrite-includes1.h1 #pragma clang system_header
/external/clang/test/Index/Inputs/
H A Dpragma_disable_warning.h1 #pragma clang diagnostic ignored "-Wunused-parameter"
H A Dretain-comments-from-system-headers.h1 #pragma clang system_header
/external/clang/test/Index/
H A Dcrash-recovery.c8 #pragma clang __debug crash
/external/clang/test/Sema/Inputs/
H A Dpragma-arc-cf-code-audited.h16 #pragma clang arc_cf_code_audited begin
/external/clang/test/Sema/
H A Dpragma-arc-cf-code-audited.c3 #pragma clang arc_cf_code_audited foo // expected-error {{expected 'begin' or 'end'}}
5 #pragma clang arc_cf_code_audited begin foo // expected-warning {{extra tokens at end of #pragma directive}}
7 #pragma clang arc_cf_code_audited end
8 #pragma clang arc_cf_code_audited end // expected-error {{not currently inside '#pragma clang arc_cf_code_audited'}}
10 #pragma clang arc_cf_code_audited begin // expected-note {{#pragma entered here}}
11 #pragma clang arc_cf_code_audited begin // expected-error {{already inside '#pragma clang arc_cf_code_audited'}} expected-note {{#pragma entered here}}
13 #include "Inputs/pragma-arc-cf-code-audited.h" // expected-error {{cannot #include files inside '#pragma clang arc_cf_code_audited'}}
16 // expected-error@Inputs/pragma-arc-cf-code-audited.h:16 {{'#pragma clang arc_cf_code_audite
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSubEngine.cpp10 #include "clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h"
12 using namespace clang::ento;
/external/clang/test/Modules/Inputs/
H A Ddiag_pragma.h3 #pragma clang diagnostic ignored "-Wparentheses"
/external/lldb/include/lldb/Expression/
H A DASTStructExtractor.h13 #include "clang/Sema/SemaConsumer.h"
35 class ASTStructExtractor : public clang::SemaConsumer
55 ASTStructExtractor(clang::ASTConsumer *passthrough,
71 void Initialize(clang::ASTContext &Context);
82 bool HandleTopLevelDecl(clang::DeclGroupRef D);
87 void HandleTranslationUnit(clang::ASTContext &Ctx);
92 void HandleTagDeclDefinition(clang::TagDecl *D);
97 void CompleteTentativeDefinition(clang::VarDecl *D);
102 void HandleVTable(clang::CXXRecordDecl *RD, bool DefinitionRequired);
116 void InitializeSema(clang
[all...]
H A DASTResultSynthesizer.h13 #include "clang/Sema/SemaConsumer.h"
32 class ASTResultSynthesizer : public clang::SemaConsumer
48 ASTResultSynthesizer(clang::ASTConsumer *passthrough,
63 void Initialize(clang::ASTContext &Context);
74 bool HandleTopLevelDecl(clang::DeclGroupRef D);
79 void HandleTranslationUnit(clang::ASTContext &Ctx);
84 void HandleTagDeclDefinition(clang::TagDecl *D);
89 void CompleteTentativeDefinition(clang::VarDecl *D);
94 void HandleVTable(clang::CXXRecordDecl *RD, bool DefinitionRequired);
108 void InitializeSema(clang
[all...]
/external/clang/test/Index/Inputs/Headers/
H A Dcrash.h3 # pragma clang __debug crash
/external/clang/test/Parser/
H A Dcaptured-statements.c5 #pragma clang __debug captured x // expected-warning {{extra tokens at end of #pragma clang __debug captured directive}}
12 #pragma clang __debug captured
H A Dcrash-report.c5 ma clang __debug crash
H A Dpragma-optimize-diagnostics.cpp3 #pragma clang optimize off
5 #pragma clang optimize on
8 #pragma clang optimize on top of spaghetti // expected-error {{unexpected extra argument 'top' to '#pragma clang optimize'}}
11 #pragma clang optimize something_wrong // expected-error {{unexpected argument 'something_wrong' to '#pragma clang optimize'; expected 'on' or 'off'}}
14 #pragma clang optimize // expected-error {{missing argument to '#pragma clang optimize'; expected 'on' or 'off'}}
19 #pragma clang optimize OFF
20 #pragma clang optimiz
[all...]
/external/chromium_org/tools/clang/plugins/
H A DChromeClassTester.h11 #include "clang/AST/ASTConsumer.h"
12 #include "clang/AST/TypeLoc.h"
13 #include "clang/Frontend/CompilerInstance.h"
17 class ChromeClassTester : public clang::ASTConsumer {
19 explicit ChromeClassTester(clang::CompilerInstance& instance);
22 // clang::ASTConsumer:
23 virtual void HandleTagDeclDefinition(clang::TagDecl* tag);
24 virtual bool HandleTopLevelDecl(clang::DeclGroupRef group_ref);
27 clang::CompilerInstance& instance() { return instance_; }
28 clang
[all...]
H A DFindBadConstructsConsumer.h20 #include "clang/AST/AST.h"
21 #include "clang/AST/ASTConsumer.h"
22 #include "clang/AST/Attr.h"
23 #include "clang/AST/CXXInheritance.h"
24 #include "clang/AST/TypeLoc.h"
25 #include "clang/Basic/SourceManager.h"
35 FindBadConstructsConsumer(clang::CompilerInstance& instance,
39 virtual void CheckChromeClass(clang::SourceLocation record_location,
40 clang::CXXRecordDecl* record);
41 virtual void CheckChromeEnum(clang
[all...]

Completed in 1322 milliseconds

1234567891011>>