HomeSort by relevance Sort by last modified time
    Searched refs:clang (Results 1 - 25 of 1324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
missing-system-header.h 1 #pragma clang system_header
pragma-captured.c 3 // Test pragma clang __debug captured, for Captured Statements
7 #pragma clang __debug captured
12 // CHECK: #pragma clang __debug captured
pushable-diagnostics.c 3 #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/
Dominators.cpp 1 //=- Dominators.cpp - Implementation of dominators tree for Clang CFG C++ -*-=//
10 #include "clang/Analysis/Analyses/Dominators.h"
12 using namespace clang;
  /external/clang/lib/Frontend/
ChainedDiagnosticConsumer.cpp 10 #include "clang/Frontend/ChainedDiagnosticConsumer.h"
12 using namespace clang;
  /external/clang/lib/Lex/
PPCallbacks.cpp 10 #include "clang/Lex/PPCallbacks.h"
12 using namespace clang;
  /external/clang/lib/Sema/
SemaConsumer.cpp 10 #include "clang/Sema/SemaConsumer.h"
12 using namespace clang;
  /external/clang/include/
Makefile 2 DIRS := clang clang-c
  /external/clang/test/Driver/
crash-report.c 3 // 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/
rewrite-includes1.h 1 #pragma clang system_header
  /external/clang/test/Index/Inputs/
pragma_disable_warning.h 1 #pragma clang diagnostic ignored "-Wunused-parameter"
retain-comments-from-system-headers.h 1 #pragma clang system_header
  /external/clang/test/Index/
crash-recovery.c 8 #pragma clang __debug crash
  /external/clang/test/Sema/Inputs/
pragma-arc-cf-code-audited.h 16 #pragma clang arc_cf_code_audited begin
  /external/clang/test/Sema/
pragma-arc-cf-code-audited.c 3 #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_audited' was not ended within this file}
    [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.h 20 #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::SourceLocation enum_location
    [all...]
ChromeClassTester.h 11 #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::DiagnosticsEngine& diagnostic() { return diagnostic_;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SubEngine.cpp 10 #include "clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h"
12 using namespace clang::ento;
  /external/clang/test/Modules/Inputs/
diag_pragma.h 3 #pragma clang diagnostic ignored "-Wparentheses"
  /external/lldb/include/lldb/Expression/
ASTStructExtractor.h 13 #include "clang/Sema/SemaConsumer.h"
32 /// so Clang does the structure layout itself. ASTStructExtractor reads through
35 class ASTStructExtractor : public clang::SemaConsumer
42 /// Since the ASTs must typically go through to the Clang code generator
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)
    [all...]
  /external/clang/test/Index/Inputs/Headers/
crash.h 3 # pragma clang __debug crash
  /external/clang/test/Parser/
captured-statements.c 5 #pragma clang __debug captured x // expected-warning {{extra tokens at end of #pragma clang __debug captured directive}}
12 #pragma clang __debug captured
crash-report.c 5 ma clang __debug crash
pragma-optimize-diagnostics.cpp 3 #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 optimize O
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 13 #include "clang/Basic/LLVM.h"
16 namespace clang { namespace
26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
27 static void retain(const clang::ento::ProgramState *state) {
28 clang::ento::ProgramStateRetain(state);
30 static void release(const clang::ento::ProgramState *state) {
31 clang::ento::ProgramStateRelease(state);
36 namespace clang { namespace

Completed in 671 milliseconds

1 2 3 4 5 6 7 8 91011>>