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

<<515253545556575859

  /external/clang/lib/Sema/
SemaExprMember.cpp 13 #include "clang/Sema/SemaInternal.h"
14 #include "clang/Sema/Lookup.h"
15 #include "clang/Sema/Scope.h"
16 #include "clang/AST/DeclCXX.h"
17 #include "clang/AST/DeclObjC.h"
18 #include "clang/AST/DeclTemplate.h"
19 #include "clang/AST/ExprCXX.h"
20 #include "clang/AST/ExprObjC.h"
21 #include "clang/Lex/Preprocessor.h"
23 using namespace clang;
    [all...]
SemaTemplateInstantiateDecl.cpp 12 #include "clang/Sema/SemaInternal.h"
13 #include "clang/Sema/Lookup.h"
14 #include "clang/Sema/PrettyDeclStackTrace.h"
15 #include "clang/Sema/Template.h"
16 #include "clang/AST/ASTConsumer.h"
17 #include "clang/AST/ASTContext.h"
18 #include "clang/AST/DeclTemplate.h"
19 #include "clang/AST/DeclVisitor.h"
20 #include "clang/AST/DependentDiagnostic.h"
21 #include "clang/AST/Expr.h
    [all...]
SemaDeclObjC.cpp 14 #include "clang/Sema/SemaInternal.h"
15 #include "clang/Sema/Lookup.h"
16 #include "clang/Sema/ExternalSemaSource.h"
17 #include "clang/Sema/Scope.h"
18 #include "clang/Sema/ScopeInfo.h"
19 #include "clang/AST/ASTConsumer.h"
20 #include "clang/AST/Expr.h"
21 #include "clang/AST/ExprObjC.h"
22 #include "clang/AST/ASTContext.h"
23 #include "clang/AST/DeclObjC.h
    [all...]
SemaTemplateDeduction.cpp 13 #include "clang/Sema/Sema.h"
14 #include "clang/Sema/DeclSpec.h"
15 #include "clang/Sema/Template.h"
16 #include "clang/Sema/TemplateDeduction.h"
17 #include "clang/AST/ASTContext.h"
18 #include "clang/AST/DeclObjC.h"
19 #include "clang/AST/DeclTemplate.h"
20 #include "clang/AST/StmtVisitor.h"
21 #include "clang/AST/Expr.h"
22 #include "clang/AST/ExprCXX.h
27 namespace clang { namespace
    [all...]
SemaCast.cpp 17 #include "clang/Sema/SemaInternal.h"
18 #include "clang/Sema/Initialization.h"
19 #include "clang/AST/ExprCXX.h"
20 #include "clang/AST/ExprObjC.h"
21 #include "clang/AST/ASTContext.h"
22 #include "clang/AST/CXXInheritance.h"
23 #include "clang/Basic/PartialDiagnostic.h"
26 using namespace clang;
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 14 #include "clang/Lex/HeaderSearch.h"
15 #include "clang/Lex/HeaderMap.h"
16 #include "clang/Basic/FileManager.h"
17 #include "clang/Basic/IdentifierTable.h"
23 using namespace clang;
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 16 #include "clang/AST/DeclObjC.h"
17 #include "clang/AST/DeclCXX.h"
18 #include "clang/Basic/LangOptions.h"
19 #include "clang/Basic/SourceManager.h"
20 #include "clang/Analysis/DomainSpecific/CocoaConventions.h"
21 #include "clang/StaticAnalyzer/Core/Checker.h"
22 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
23 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
24 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
25 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
347 namespace clang { namespace
1555 namespace clang { namespace
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 17 #include "clang/Basic/Specifiers.h"
18 #include "clang/Basic/DelayedCleanupPool.h"
19 #include "clang/Lex/Preprocessor.h"
20 #include "clang/Lex/CodeCompletionHandler.h"
21 #include "clang/Sema/Sema.h"
22 #include "clang/Sema/DeclSpec.h"
28 namespace clang { namespace
203 typedef clang::ExprResult ExprResult;
204 typedef clang::StmtResult StmtResult;
205 typedef clang::BaseResult BaseResult
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 22 #include "clang/AST/ASTContext.h"
23 #include "clang/AST/Decl.h"
24 #include "clang/AST/DeclObjC.h"
25 #include "clang/AST/RecordLayout.h"
26 #include "clang/AST/StmtObjC.h"
27 #include "clang/Basic/SourceManager.h"
28 #include "clang/Basic/FileManager.h"
42 using namespace clang;
133 /// Type of an untyped Objective-C object. Clang treats id as a built-in type
141 /// The clang type of id. Used when using the clang CGCall infrastructure t
    [all...]
CGDecl.cpp 18 #include "clang/AST/ASTContext.h"
19 #include "clang/AST/CharUnits.h"
20 #include "clang/AST/Decl.h"
21 #include "clang/AST/DeclObjC.h"
22 #include "clang/Basic/SourceManager.h"
23 #include "clang/Basic/TargetInfo.h"
24 #include "clang/Frontend/CodeGenOptions.h"
29 using namespace clang;
    [all...]
CGDeclCXX.cpp 17 #include "clang/Frontend/CodeGenOptions.h"
20 using namespace clang;
  /external/clang/lib/Parse/
ParseExpr.cpp 22 #include "clang/Parse/Parser.h"
23 #include "clang/Sema/DeclSpec.h"
24 #include "clang/Sema/Scope.h"
25 #include "clang/Sema/ParsedTemplate.h"
26 #include "clang/Basic/PrettyStackTrace.h"
30 using namespace clang;
498 /// [clang] '^' block-literal
573 /// [Clang] unary-type-trait:
    [all...]
Parser.cpp 14 #include "clang/Parse/Parser.h"
15 #include "clang/Parse/ParseDiagnostic.h"
16 #include "clang/Sema/DeclSpec.h"
17 #include "clang/Sema/Scope.h"
18 #include "clang/Sema/ParsedTemplate.h"
22 #include "clang/AST/DeclTemplate.h"
23 #include "clang/AST/ASTConsumer.h"
24 using namespace clang;
    [all...]
  /external/llvm/docs/
DeveloperPolicy.html 46 including Clang, LLDB, etc.</p>
83 for Clang, or <a
199 <li><b>Doug Gregor</b>: Clang Frontend Libraries.</li>
206 <li><b>Ted Kremenek</b>: Clang Static Analyzer.</li>
210 <li><b>John McCall</b>: Clang LLVM IR generation.</li>
255 <p>Note that llvm/test and clang/test are designed for regression and small
  /external/clang/include/clang/AST/
Expr.h 17 #include "clang/AST/APValue.h"
18 #include "clang/AST/Stmt.h"
19 #include "clang/AST/Type.h"
20 #include "clang/AST/DeclAccessPair.h"
21 #include "clang/AST/OperationKinds.h"
22 #include "clang/AST/ASTVector.h"
23 #include "clang/AST/TemplateBase.h"
24 #include "clang/AST/UsuallyTinyPtrVector.h"
25 #include "clang/Basic/TypeTraits.h"
32 namespace clang { namespace
    [all...]
ASTVector.h 52 namespace clang { namespace
396 } // end: clang namespace
NestedNameSpecifier.h 17 #include "clang/Basic/Diagnostic.h"
21 namespace clang { namespace
  /external/clang/lib/AST/
ExprConstant.cpp 14 #include "clang/AST/APValue.h"
15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/CharUnits.h"
17 #include "clang/AST/RecordLayout.h"
18 #include "clang/AST/StmtVisitor.h"
19 #include "clang/AST/TypeLoc.h"
20 #include "clang/AST/ASTDiagnostic.h"
21 #include "clang/AST/Expr.h"
22 #include "clang/Basic/Builtins.h"
23 #include "clang/Basic/TargetInfo.h
    [all...]
  /build/core/
java.mk 158 $(HISTORICAL_SDK_VERSIONS_ROOT)/$(LOCAL_SDK_VERSION)/renderscript/clang-include \
163 $(TOPDIR)external/clang/lib/Headers \
  /external/clang/docs/
AnalyzerRegions.html 28 href="http://clang.llvm.org/doxygen/MemRegion_8h-source.html">MemRegion.h</a></tt>.
41 href="http://clang.llvm.org/doxygen/Store_8h-source.html">Store.h</a></tt>). A
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 15 #include "clang/Serialization/ASTReader.h"
16 #include "clang/AST/DeclCXX.h"
17 #include "clang/AST/DeclTemplate.h"
18 #include "clang/AST/StmtVisitor.h"
19 using namespace clang;
20 using namespace clang::serialization;
22 namespace clang { namespace
89 #include "clang/AST/StmtNodes.inc"
    [all...]
ASTWriterDecl.cpp 14 #include "clang/Serialization/ASTWriter.h"
16 #include "clang/AST/DeclVisitor.h"
17 #include "clang/AST/DeclCXX.h"
18 #include "clang/AST/DeclTemplate.h"
19 #include "clang/AST/Expr.h"
20 #include "clang/AST/DeclContextInternals.h"
24 using namespace clang;
31 namespace clang { namespace
    [all...]
ASTWriterStmt.cpp 14 #include "clang/Serialization/ASTWriter.h"
15 #include "clang/AST/DeclCXX.h"
16 #include "clang/AST/DeclObjC.h"
17 #include "clang/AST/DeclTemplate.h"
18 #include "clang/AST/StmtVisitor.h"
20 using namespace clang;
26 namespace clang { namespace
44 #include "clang/AST/StmtNodes.inc"
    [all...]
  /external/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 1 //=- ClangSACheckersEmitter.cpp - Generate Clang SA checkers tables -*- C++ -*-
10 // This tablegen backend emits Clang Static Analyzer checkers tables.
  /external/llvm/projects/sample/autoconf/
configure.ac 56 AC_PROG_CC(clang llvm-gcc gcc)
57 AC_PROG_CXX(clang++ llvm-g++ g++)
742 AC_ARG_WITH(clang-resource-dir,
743 AS_HELP_STRING([--with-clang-resource-dir],
744 [Relative directory from the Clang binary for resource files]),,
751 [Colon separated list of directories clang will search for headers]),,
754 [Directories clang will search for headers])
    [all...]

Completed in 694 milliseconds

<<515253545556575859