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

<<41424344454647484950>>

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 19 #include "clang/AST/CharUnits.h"
20 #include "clang/AST/Decl.h"
21 #include "clang/AST/DeclObjC.h"
22 #include "clang/Basic/LLVM.h"
23 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
32 namespace clang { namespace
    [all...]
CoreEngine.h 18 #include "clang/AST/Expr.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/WorkList.h"
21 #include "clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h"
24 namespace clang { namespace
648 } // end clang namespace
ProgramState.h 17 #include "clang/Basic/LLVM.h"
18 #include "clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/Environment.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/Store.h"
21 #include "clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h"
31 namespace clang { namespace
812 } // end clang namespace
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/Attr.h"
17 #include "clang/AST/CXXInheritance.h"
18 #include "clang/AST/DeclCXX.h"
19 #include "clang/AST/Expr.h"
20 #include "clang/AST/RecordLayout.h"
21 #include "clang/Frontend/CodeGenOptions.h"
29 using namespace clang;
    [all...]
CGRTTI.cpp 16 #include "clang/AST/RecordLayout.h"
17 #include "clang/AST/Type.h"
18 #include "clang/Frontend/CodeGenOptions.h"
21 using namespace clang;
202 #include "clang/AST/BuiltinTypes.def"
397 #include "clang/AST/TypeNodes.def"
595 #include "clang/AST/TypeNodes.def"
    [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 14 #include "clang/Serialization/ModuleManager.h"
23 using namespace clang;
ASTReaderDecl.cpp 16 #include "clang/Serialization/ASTReader.h"
17 #include "clang/Sema/SemaDiagnostic.h"
18 #include "clang/AST/ASTConsumer.h"
19 #include "clang/AST/ASTContext.h"
20 #include "clang/AST/DeclVisitor.h"
21 #include "clang/AST/DeclGroup.h"
22 #include "clang/AST/DeclCXX.h"
23 #include "clang/AST/DeclTemplate.h"
24 #include "clang/AST/Expr.h"
25 using namespace clang;
32 namespace clang { namespace
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 1 //===- CIndexUSR.cpp - Clang-C Source Indexing Library --------------------===//
17 #include "clang/AST/DeclTemplate.h"
18 #include "clang/AST/DeclVisitor.h"
19 #include "clang/Frontend/ASTUnit.h"
20 #include "clang/Lex/PreprocessingRecord.h"
24 using namespace clang;
25 using namespace clang::cxstring;
583 #include "clang/AST/BuiltinTypes.def"
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 1 //=== ClangASTNodesEmitter.cpp - Generate Clang AST node tables -*- C++ -*-===//
10 // These tablegen backends emit Clang AST node tables
  /external/clang/lib/AST/
StmtDumper.cpp 15 #include "clang/AST/StmtVisitor.h"
16 #include "clang/AST/DeclObjC.h"
17 #include "clang/AST/DeclCXX.h"
18 #include "clang/AST/PrettyPrinter.h"
19 #include "clang/Basic/SourceManager.h"
21 using namespace clang;
Type.cpp 14 #include "clang/AST/ASTContext.h"
15 #include "clang/AST/CharUnits.h"
16 #include "clang/AST/Type.h"
17 #include "clang/AST/DeclCXX.h"
18 #include "clang/AST/DeclObjC.h"
19 #include "clang/AST/DeclTemplate.h"
20 #include "clang/AST/Expr.h"
21 #include "clang/AST/PrettyPrinter.h"
22 #include "clang/AST/TypeVisitor.h"
23 #include "clang/Basic/Specifiers.h
1996 namespace clang { namespace
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 14 #include "clang/Parse/ParseDiagnostic.h"
15 #include "clang/Parse/Parser.h"
16 #include "clang/Sema/DeclSpec.h"
17 #include "clang/Sema/Scope.h"
18 #include "clang/AST/DeclTemplate.h"
19 using namespace clang;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 16 #include "clang/Analysis/Support/SaveAndRestore.h"
17 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
18 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
21 #include "clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h"
22 #include "clang/AST/CharUnits.h"
23 #include "clang/AST/ParentMap.h"
24 #include "clang/AST/StmtObjC.h"
25 #include "clang/AST/DeclCXX.h
    [all...]
MemRegion.cpp 16 #include "clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h"
17 #include "clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h"
18 #include "clang/Analysis/AnalysisContext.h"
19 #include "clang/Analysis/Support/BumpVector.h"
20 #include "clang/AST/CharUnits.h"
21 #include "clang/AST/RecordLayout.h"
24 using namespace clang;
  /external/clang/include/clang/AST/
Type.h 17 #include "clang/Basic/Diagnostic.h"
18 #include "clang/Basic/ExceptionSpecificationType.h"
19 #include "clang/Basic/IdentifierTable.h"
20 #include "clang/Basic/Linkage.h"
21 #include "clang/Basic/PartialDiagnostic.h"
22 #include "clang/Basic/Visibility.h"
23 #include "clang/AST/NestedNameSpecifier.h"
24 #include "clang/AST/TemplateName.h"
32 #include "clang/Basic/LLVM.h"
34 namespace clang { namespace
70 namespace clang { namespace
916 namespace clang { namespace
    [all...]
ASTContext.h 17 #include "clang/Basic/AddressSpaces.h"
18 #include "clang/Basic/IdentifierTable.h"
19 #include "clang/Basic/LangOptions.h"
20 #include "clang/Basic/OperatorKinds.h"
21 #include "clang/Basic/PartialDiagnostic.h"
22 #include "clang/Basic/VersionTuple.h"
23 #include "clang/AST/Decl.h"
24 #include "clang/AST/NestedNameSpecifier.h"
25 #include "clang/AST/PrettyPrinter.h"
26 #include "clang/AST/TemplateName.h
42 namespace clang { namespace
    [all...]
Stmt.h 17 #include "clang/Basic/LLVM.h"
18 #include "clang/Basic/SourceLocation.h"
19 #include "clang/AST/PrettyPrinter.h"
20 #include "clang/AST/StmtIterator.h"
21 #include "clang/AST/DeclGroup.h"
22 #include "clang/AST/ASTContext.h"
31 namespace clang { namespace
104 #include "clang/AST/StmtNodes.inc"
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
basic.ll 96 ; CHECK: tail call void @objc_release(i8* %x) nounwind, !clang.imprecise_release !0
116 tail call void @objc_release(i8* %x) nounwind, !clang.imprecise_release !0
923 call void @objc_release(i8* %p), !clang.imprecise_release !0
966 ; CHECK: call void @objc_release(i8* %p) nounwind, !clang.imprecise_release
982 call void @objc_release(i8* %p), !clang.imprecise_release !0
1217 call void @objc_release(i8* %p), !clang.imprecise_release !0
1251 call void @objc_release(i8* %p), !clang.imprecise_release !0
1269 call void @objc_release(i8* %0), !clang.imprecise_release !0
1288 call void @objc_release(i8* %0), !clang.imprecise_release !0
1307 call void @objc_release(i8* %0), !clang.imprecise_release !
    [all...]
  /external/clang/include/clang-c/
Index.h 1 /*===-- clang-c/Index.h - Indexing Public C Interface -------------*- C -*-===*\
10 |* This header provides a public inferface to a Clang library for extracting *|
12 |* Clang C++ API. *|
38 /** \defgroup CINDEX libclang: C Interface to Clang
40 * The C Interface to Clang provides a relatively small API that exposes
44 * facilities that support Clang-based development tools.
46 * This C interface to Clang will never provide all of the information
47 * representation stored in Clang's C++ AST, nor should it: the intent is to
175 * // "clang -x c IndexTest.h -emit-ast -o IndexTest.pch"
257 * Clang represents physical source locations in its abstract syntax tree i
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 16 #include "clang/Sema/Ownership.h"
17 #include "clang/Sema/Overload.h"
18 #include "clang/AST/Type.h"
19 #include "clang/AST/UnresolvedSet.h"
20 #include "clang/Basic/SourceLocation.h"
25 namespace clang { namespace
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 19 #include "clang/Lex/Preprocessor.h"
20 #include "clang/Lex/MacroInfo.h"
21 #include "clang/Lex/LiteralSupport.h"
22 #include "clang/Lex/CodeCompletionHandler.h"
23 #include "clang/Basic/TargetInfo.h"
24 #include "clang/Lex/LexDiagnostic.h"
27 using namespace clang;
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 15 #include "clang/Analysis/AnalysisContext.h"
16 #include "clang/AST/StmtVisitor.h"
17 #include "clang/Basic/TargetInfo.h"
18 #include "clang/StaticAnalyzer/Core/Checker.h"
19 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
24 using namespace clang;
  /external/clang/lib/Sema/
SemaChecking.cpp 15 #include "clang/Sema/Initialization.h"
16 #include "clang/Sema/Sema.h"
17 #include "clang/Sema/SemaInternal.h"
18 #include "clang/Sema/Initialization.h"
19 #include "clang/Sema/ScopeInfo.h"
20 #include "clang/Analysis/Analyses/FormatString.h"
21 #include "clang/AST/ASTContext.h"
22 #include "clang/AST/CharUnits.h"
23 #include "clang/AST/DeclCXX.h"
24 #include "clang/AST/DeclObjC.h
    [all...]
SemaExprObjC.cpp 14 #include "clang/Sema/SemaInternal.h"
15 #include "clang/Sema/Lookup.h"
16 #include "clang/Sema/Scope.h"
17 #include "clang/Sema/ScopeInfo.h"
18 #include "clang/Sema/Initialization.h"
19 #include "clang/Analysis/DomainSpecific/CocoaConventions.h"
20 #include "clang/AST/ASTContext.h"
21 #include "clang/AST/DeclObjC.h"
22 #include "clang/AST/ExprObjC.h"
23 #include "clang/AST/StmtVisitor.h
    [all...]
  /external/llvm/autoconf/
configure.ac 62 AC_PROG_CC(clang llvm-gcc gcc)
63 AC_PROG_CXX(clang++ llvm-g++ g++)
798 AC_ARG_WITH(clang-srcdir,
799 AS_HELP_STRING([--with-clang-srcdir],
800 [Directory to the out-of-tree Clang source]),,
809 AC_ARG_WITH(clang-resource-dir,
810 AS_HELP_STRING([--with-clang-resource-dir],
811 [Relative directory from the Clang binary for resource files]),,
818 [Colon separated list of directories clang will search for headers]),,
821 [Directories clang will search for headers]
    [all...]

Completed in 1579 milliseconds

<<41424344454647484950>>