HomeSort by relevance Sort by last modified time
    Searched refs:clang (Results 176 - 200 of 7913) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/Index/Inputs/
crash-recovery-code-complete-remap.c 10 #pragma clang __debug crash
  /external/clang/test/PCH/
stmt-attrs.cpp 11 // CHECK: {{\[\[clang::fallthrough\]\] \[\[clang::fallthrough\]\]}}
12 [[clang::fallthrough]] [[clang::fallthrough]];
  /external/clang/test/Preprocessor/
pragma_diagnostic_sections.cpp 7 #pragma clang diagnostic push
8 #pragma clang diagnostic ignored "-Wtautological-compare"
10 #pragma clang diagnostic pop
17 #pragma clang diagnostic push
18 #pragma clang diagnostic ignored "-Wtautological-compare"
23 #pragma clang diagnostic pop
34 #pragma clang diagnostic push
35 #pragma clang diagnostic ignored "-Wunused-macros"
37 #pragma clang diagnostic pop
41 #pragma clang diagnostic pus
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 19 #include "clang/AST/DeclGroup.h"
20 #include "clang/AST/Expr.h"
21 #include "clang/AST/NestedNameSpecifier.h"
22 #include "clang/AST/OperationKinds.h"
23 #include "clang/AST/RecursiveASTVisitor.h"
24 #include "clang/AST/Stmt.h"
25 #include "clang/AST/StmtVisitor.h"
37 clang::FunctionDecl *
39 clang::FunctionDecl *
42 void RSObjectRefCount::GetRSRefCountingFunctions(clang::ASTContext &C)
    [all...]
slang_rs_check_ast.h 22 #include "clang/AST/ASTContext.h"
23 #include "clang/AST/StmtVisitor.h"
30 class RSCheckAST : public clang::StmtVisitor<RSCheckAST> {
33 clang::ASTContext &C;
34 clang::SourceManager &mSM;
46 void WarnOnSetElementAt(clang::CallExpr*);
60 void VisitStmt(clang::Stmt *S);
62 void VisitCallExpr(clang::CallExpr *CE);
64 void VisitCastExpr(clang::CastExpr *CE);
66 void VisitExpr(clang::Expr *E)
    [all...]
slang_rs_pragma_handler.h 22 #include "clang/Lex/Pragma.h"
24 namespace clang { namespace
34 class RSPragmaHandler : public clang::PragmaHandler {
39 : clang::PragmaHandler(Name),
47 virtual void handleInt(clang::Preprocessor &PP, clang::Token &Tok,
51 void handleItemListPragma(clang::Preprocessor &PP,
52 clang::Token &FirstToken);
55 void handleNonParamPragma(clang::Preprocessor &PP,
56 clang::Token &FirstToken)
    [all...]
slang_rs_check_ast.cpp 17 #include "clang/AST/Attr.h"
29 void RSCheckAST::VisitStmt(clang::Stmt *S) {
33 for (clang::Stmt::child_iterator I = S->child_begin(), E = S->child_end();
36 if (clang::Stmt *Child = *I) {
42 void RSCheckAST::WarnOnSetElementAt(clang::CallExpr *E) {
43 clang::FunctionDecl *Decl;
44 Decl = clang::dyn_cast_or_null<clang::FunctionDecl>(E->getCalleeDecl());
50 clang::Expr *Expr;
51 clang::ImplicitCastExpr *ImplCast
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.h 13 #include "clang/AST/AST.h"
14 #include "clang/AST/ASTConsumer.h"
15 #include "clang/Basic/Diagnostic.h"
16 #include "clang/Frontend/CompilerInstance.h"
23 class BlinkGCPluginConsumer : public clang::ASTConsumer {
25 BlinkGCPluginConsumer(clang::CompilerInstance& instance,
28 void HandleTranslationUnit(clang::ASTContext& context) override;
31 void ParseFunctionTemplates(clang::TranslationUnitDecl* decl);
39 clang::CXXRecordDecl* GetDependentTemplatedDecl(const clang::Type& type)
    [all...]
  /external/clang/include/clang/AST/
BaseSubobject.h 17 #include "clang/AST/CharUnits.h"
18 #include "clang/AST/DeclCXX.h"
23 namespace clang { namespace
50 } // end namespace clang
54 template<> struct DenseMapInfo<clang::BaseSubobject> {
55 static clang::BaseSubobject getEmptyKey() {
56 return clang::BaseSubobject(
57 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
58 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
61 static clang::BaseSubobject getTombstoneKey()
    [all...]
  /external/clang/include/clang/Basic/
CapturedStmt.h 14 namespace clang { namespace
22 } // end namespace clang
ExpressionTraits.h 18 namespace clang { namespace
FileSystemOptions.h 11 /// \brief Defines the clang::FileSystemOptions interface.
20 namespace clang { namespace
30 } // end namespace clang
  /external/clang/include/clang/FrontendTool/
Utils.h 18 namespace clang { namespace
26 bool ExecuteCompilerInvocation(CompilerInstance *Clang);
28 } // end namespace clang
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ClangCheckers.h 13 namespace clang { namespace
20 } // end namespace clang
LocalCheckers.h 18 namespace clang { namespace
26 } // end namespace clang
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
TaintTag.h 17 namespace clang { namespace
  /external/clang/lib/StaticAnalyzer/Checkers/
AllocationDiagnostics.cpp 16 namespace clang { namespace
AllocationDiagnostics.h 17 #include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
19 namespace clang { namespace ento { namespace
InterCheckerAPI.h 15 namespace clang { namespace
  /external/clang/lib/StaticAnalyzer/Core/
CommonBugCategories.cpp 10 #include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
13 namespace clang { namespace ento { namespace categories { namespace
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.grammar/
p2-1z.cpp 5 [[using clang: disable_tail_calls, noduplicate]] void g() {} // ok
12 [[using clang:]] extern int n; // ok
13 [[using blah: clang::optnone]] extern int n; // expected-error {{attribute with scope specifier cannot follow}} expected-warning {{only applies to functions}}
15 [[using clang: unknown_attr]] extern int n; // expected-warning {{unknown attribute}}
  /external/clang/test/CodeGen/
noduplicate-cxx11-test.cpp 8 int noduplicatedfun [[clang::noduplicate]] (int a) {
  /external/clang/test/Frontend/
warning-mapping-5.c 6 #pragma clang diagnostic warning "-Wsign-compare"
  /external/clang/test/Index/
pragma-diag-reparse.c 1 #pragma clang diagnostic ignored "-Wtautological-compare"
6 #pragma clang diagnostic push
7 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
9 #pragma clang diagnostic pop
  /external/clang/test/Modules/Inputs/multiple-include/
b.h 1 #pragma clang __debug macro C_H

Completed in 1021 milliseconds

1 2 3 4 5 6 78 91011>>