HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 1176 - 1200 of 1469) sorted by null

<<41424344454647484950>>

  /external/clang/tools/libclang/
CIndex.cpp 1 //===- CIndex.cpp - Clang-C Source Indexing Library -----------------------===//
10 // This file implements the main API hooks in the Clang-C Source Indexing
23 #include "clang/Basic/Version.h"
25 #include "clang/AST/DeclVisitor.h"
26 #include "clang/AST/StmtVisitor.h"
27 #include "clang/AST/TypeLocVisitor.h"
28 #include "clang/Basic/Diagnostic.h"
29 #include "clang/Frontend/ASTUnit.h"
30 #include "clang/Frontend/CompilerInstance.h"
31 #include "clang/Frontend/FrontendDiagnostic.h
5722 namespace clang { namespace
    [all...]
IndexingContext.cpp 14 #include "clang/Frontend/ASTUnit.h"
15 #include "clang/AST/DeclObjC.h"
17 using namespace clang;
  /external/clang/include/clang/Basic/
TargetInfo.h 17 #include "clang/Basic/LLVM.h"
24 #include "clang/Basic/AddressSpaces.h"
25 #include "clang/Basic/VersionTuple.h"
34 namespace clang { namespace
635 } // end namespace clang
Attr.td 13 include "clang/Basic/DeclNodes.td"
14 include "clang/Basic/StmtNodes.td"
177 // '#pragma clang arc_cf_code_audited' rather than explicitly.
DiagnosticGroups.td 19 // Empty DiagGroups are recognized by clang but ignored.
211 def VectorConversions : DiagGroup<"vector-conversions">; // clang specific
312 // A warning group for warnings that we want to have on by default in clang,
OnDiskHashTable.h 25 namespace clang { namespace
191 using namespace clang::io;
484 } // end namespace clang
  /external/clang/lib/AST/
ItaniumMangle.cpp 17 #include "clang/AST/Mangle.h"
18 #include "clang/AST/ASTContext.h"
19 #include "clang/AST/Decl.h"
20 #include "clang/AST/DeclCXX.h"
21 #include "clang/AST/DeclObjC.h"
22 #include "clang/AST/DeclTemplate.h"
23 #include "clang/AST/ExprCXX.h"
24 #include "clang/AST/ExprObjC.h"
25 #include "clang/AST/TypeLoc.h"
26 #include "clang/Basic/ABI.h
    [all...]
Expr.cpp 14 #include "clang/AST/Expr.h"
15 #include "clang/AST/ExprCXX.h"
16 #include "clang/AST/APValue.h"
17 #include "clang/AST/ASTContext.h"
18 #include "clang/AST/DeclObjC.h"
19 #include "clang/AST/DeclCXX.h"
20 #include "clang/AST/DeclTemplate.h"
21 #include "clang/AST/RecordLayout.h"
22 #include "clang/AST/StmtVisitor.h"
23 #include "clang/Lex/LiteralSupport.h
    [all...]
ExprCXX.cpp 14 #include "clang/Basic/IdentifierTable.h"
15 #include "clang/AST/DeclCXX.h"
16 #include "clang/AST/DeclTemplate.h"
17 #include "clang/AST/ExprCXX.h"
18 #include "clang/AST/TypeLoc.h"
19 using namespace clang;
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 18 #include "clang/AST/ASTContext.h"
19 #include "clang/AST/DeclFriend.h"
20 #include "clang/AST/DeclObjC.h"
21 #include "clang/AST/DeclTemplate.h"
22 #include "clang/AST/Expr.h"
23 #include "clang/AST/RecordLayout.h"
24 #include "clang/Basic/SourceManager.h"
25 #include "clang/Basic/FileManager.h"
26 #include "clang/Basic/Version.h"
27 #include "clang/Frontend/CodeGenOptions.h
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 14 #include "clang/Frontend/VerifyDiagnosticConsumer.h"
15 #include "clang/Frontend/FrontendDiagnostic.h"
16 #include "clang/Frontend/TextDiagnosticBuffer.h"
17 #include "clang/Lex/Preprocessor.h"
21 using namespace clang;
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 14 #include "clang/Analysis/CFG.h"
15 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
16 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
17 #include "clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h"
20 using namespace clang;
BugReporter.cpp 15 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
16 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
17 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
18 #include "clang/AST/ASTContext.h"
19 #include "clang/Analysis/CFG.h"
20 #include "clang/AST/Expr.h"
21 #include "clang/AST/ParentMap.h"
22 #include "clang/AST/StmtObjC.h"
23 #include "clang/Basic/SourceManager.h"
24 #include "clang/Analysis/ProgramPoint.h
    [all...]
  /external/clang/include/clang/AST/
ExternalASTSource.h 17 #include "clang/AST/DeclBase.h"
19 namespace clang { namespace
474 } // end namespace clang
ExprObjC.h 17 #include "clang/AST/DeclObjC.h"
18 #include "clang/AST/Expr.h"
19 #include "clang/AST/SelectorLocationsKind.h"
20 #include "clang/Basic/IdentifierTable.h"
22 namespace clang { namespace
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 22 #include "clang/AST/CanonicalType.h"
24 namespace clang { namespace
603 } // end clang namespace
  /external/clang/include/clang/Lex/
HeaderSearch.h 17 #include "clang/Lex/DirectoryLookup.h"
23 namespace clang { namespace
395 } // end namespace clang
  /external/clang/include/clang/Sema/
Scope.h 17 #include "clang/Basic/Diagnostic.h"
21 namespace clang { namespace
341 } // end namespace clang
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 32 #include "clang/Sema/SemaDiagnostic.h"
33 #include "clang/Basic/SourceManager.h"
36 using namespace clang;
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 13 #include "clang/Sema/SemaInternal.h"
15 #include "clang/Sema/DeclSpec.h"
16 #include "clang/Sema/Initialization.h"
17 #include "clang/Sema/Lookup.h"
18 #include "clang/Sema/Template.h"
19 #include "clang/Sema/TemplateDeduction.h"
20 #include "clang/AST/ASTConsumer.h"
21 #include "clang/AST/ASTContext.h"
22 #include "clang/AST/Expr.h"
23 #include "clang/AST/DeclTemplate.h
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 1 //=- ClangDiagnosticsEmitter.cpp - Generate Clang diagnostics tables -*- C++ -*-
10 // These tablegen backends emit Clang diagnostics tables.
251 // groups (these are warnings that GCC supports that clang never produces).
  /frameworks/compile/slang/
README.rst 35 clang llvm
79 -I external/clang/lib/Headers \
97 C99. However, llvm-rs-cc goes beyond "clang -std=c99" and provides the
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 10 // This header defines Bitcode enum values for Clang serialized AST files.
20 #include "clang/AST/Type.h"
25 namespace clang { namespace
28 /// Clang.
41 /// Clang.
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 15 #include "clang/Basic/TargetInfo.h"
16 #include "clang/Basic/Builtins.h"
17 #include "clang/Basic/Diagnostic.h"
18 #include "clang/Basic/LangOptions.h"
19 #include "clang/Basic/MacroBuilder.h"
20 #include "clang/Basic/TargetBuiltins.h"
21 #include "clang/Basic/TargetOptions.h"
32 using namespace clang;
550 NumRecords = clang::PPC::LastTSBuiltin-Builtin::FirstTSBuiltin;
667 #include "clang/Basic/BuiltinsPPC.def
    [all...]
  /external/clang/lib/Lex/
TokenLexer.cpp 14 #include "clang/Lex/TokenLexer.h"
16 #include "clang/Lex/MacroInfo.h"
17 #include "clang/Lex/Preprocessor.h"
18 #include "clang/Basic/SourceManager.h"
19 #include "clang/Lex/LexDiagnostic.h"
21 using namespace clang;

Completed in 1396 milliseconds

<<41424344454647484950>>