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

<<31323334353637383940>>

  /external/clang/test/CXX/special/class.ctor/
p5-0x.cpp 28 // FIXME: clang implements the pre-FDIS rule, under which DefaultedDefCtor2's
51 // FIXME: clang implements the pre-FDIS rule, under which DefaultedDefCtor2's
66 // FIXME: clang implements the pre-FDIS rule, under which DefaultedDefCtor2 is
163 // FIXME: clang implements the pre-FDIS rule, under which this class is non-trivial.
168 // FIXME: clang implements the pre-FDIS rule, under which this class is non-trivial.
  /external/clang/include/clang/AST/
DeclarationName.h 16 #include "clang/Basic/IdentifierTable.h"
17 #include "clang/AST/Type.h"
18 #include "clang/AST/CanonicalType.h"
19 #include "clang/Basic/PartialDiagnostic.h"
25 namespace clang { namespace
542 } // end namespace clang
548 struct DenseMapInfo<clang::DeclarationName> {
549 static inline clang::DeclarationName getEmptyKey() {
550 return clang::DeclarationName::getEmptyMarker();
553 static inline clang::DeclarationName getTombstoneKey()
    [all...]
TemplateName.h 17 #include "clang/Basic/LLVM.h"
20 #include "clang/Basic/OperatorKinds.h"
22 namespace clang { namespace
536 } // end namespace clang.
540 /// \brief The clang::TemplateName class is effectively a pointer.
542 class PointerLikeTypeTraits<clang::TemplateName> {
544 static inline void *getAsVoidPointer(clang::TemplateName TN) {
548 static inline clang::TemplateName getFromVoidPointer(void *Ptr) {
549 return clang::TemplateName::getFromVoidPointer(Ptr);
RecursiveASTVisitor.h 17 #include "clang/AST/Decl.h"
18 #include "clang/AST/DeclCXX.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/ExprCXX.h"
24 #include "clang/AST/ExprObjC.h"
25 #include "clang/AST/NestedNameSpecifier.h"
26 #include "clang/AST/Stmt.h
67 namespace clang { namespace
    [all...]
VTableBuilder.h 17 #include "clang/AST/BaseSubobject.h"
18 #include "clang/AST/CXXInheritance.h"
19 #include "clang/AST/GlobalDecl.h"
20 #include "clang/AST/RecordLayout.h"
21 #include "clang/Basic/ABI.h"
25 namespace clang { namespace
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 10 // This file implements the clang::InitializePreprocessor function.
14 #include "clang/Basic/Version.h"
15 #include "clang/Frontend/Utils.h"
16 #include "clang/Basic/MacroBuilder.h"
17 #include "clang/Basic/TargetInfo.h"
18 #include "clang/Frontend/FrontendDiagnostic.h"
19 #include "clang/Frontend/FrontendOptions.h"
20 #include "clang/Frontend/PreprocessorOptions.h"
21 #include "clang/Lex/Preprocessor.h"
22 #include "clang/Basic/FileManager.h
    [all...]
CacheTokens.cpp 10 // This provides a possible implementation of PTH support for Clang that is
15 #include "clang/Frontend/Utils.h"
16 #include "clang/Basic/Diagnostic.h"
17 #include "clang/Basic/FileManager.h"
18 #include "clang/Basic/FileSystemStatCache.h"
19 #include "clang/Basic/IdentifierTable.h"
20 #include "clang/Basic/OnDiskHashTable.h"
21 #include "clang/Basic/SourceManager.h"
22 #include "clang/Lex/Lexer.h"
23 #include "clang/Lex/Preprocessor.h
    [all...]
PrintPreprocessedOutput.cpp 15 #include "clang/Frontend/Utils.h"
16 #include "clang/Basic/Diagnostic.h"
17 #include "clang/Basic/SourceManager.h"
18 #include "clang/Frontend/PreprocessorOutputOptions.h"
19 #include "clang/Lex/MacroInfo.h"
20 #include "clang/Lex/PPCallbacks.h"
21 #include "clang/Lex/Pragma.h"
22 #include "clang/Lex/Preprocessor.h"
23 #include "clang/Lex/TokenConcatenation.h"
31 using namespace clang;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 17 #include "clang/Analysis/DomainSpecific/CocoaConventions.h"
18 #include "clang/StaticAnalyzer/Core/Checker.h"
19 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
21 #include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
22 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
23 #include "clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h"
24 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
25 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
26 #include "clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
    [all...]
ObjCSelfInitChecker.cpp 50 #include "clang/StaticAnalyzer/Core/Checker.h"
51 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
52 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
53 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
54 #include "clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h"
55 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
56 #include "clang/AST/ParentMap.h"
58 using namespace clang;
111 namespace clang { namespace
StreamChecker.cpp 15 #include "clang/StaticAnalyzer/Core/Checker.h"
16 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
17 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
18 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
21 #include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
24 using namespace clang;
107 namespace clang { namespace
IteratorsChecker.cpp 16 #include "clang/AST/DeclTemplate.h"
17 #include "clang/Basic/SourceManager.h"
19 #include "clang/StaticAnalyzer/Core/Checker.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
21 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
22 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
23 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
24 #include "clang/AST/DeclCXX.h"
25 #include "clang/AST/Decl.h"
26 #include "clang/AST/Type.h
151 namespace clang { namespace
558 namespace clang { namespace ento { namespace
    [all...]
IdempotentOperationChecker.cpp 46 #include "clang/Analysis/CFGStmtMap.h"
47 #include "clang/Analysis/Analyses/PseudoConstantAnalysis.h"
48 #include "clang/Analysis/Analyses/CFGReachabilityAnalysis.h"
49 #include "clang/StaticAnalyzer/Core/Checker.h"
50 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
51 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
52 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
53 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
54 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h"
55 #include "clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 10 #include "clang/CodeGen/BackendUtil.h"
11 #include "clang/Basic/Diagnostic.h"
12 #include "clang/Basic/TargetOptions.h"
13 #include "clang/Basic/LangOptions.h"
14 #include "clang/Frontend/CodeGenOptions.h"
15 #include "clang/Frontend/FrontendDiagnostic.h"
38 using namespace clang;
259 BackendArgs.push_back("clang"); // Fake program name.
400 void clang::EmitBackendOutput(DiagnosticsEngine &Diags,
CGCXX.cpp 19 #include "clang/AST/ASTContext.h"
20 #include "clang/AST/RecordLayout.h"
21 #include "clang/AST/Decl.h"
22 #include "clang/AST/DeclCXX.h"
23 #include "clang/AST/DeclObjC.h"
24 #include "clang/AST/Mangle.h"
25 #include "clang/AST/StmtCXX.h"
26 #include "clang/Frontend/CodeGenOptions.h"
28 using namespace clang;
  /external/llvm/utils/release/
test-release.sh 173 if [ ! -h clang ]; then
174 ln -s $BuildDir/cfe.src clang
322 # Phase 2: Build llvmCore with newly built clang from phase 1.
323 c_compiler=$llvmCore_phase1_installdir/bin/clang
324 cxx_compiler=$llvmCore_phase1_installdir/bin/clang++
332 # Phase 3: Build llvmCore with newly built clang from phase 2.
333 c_compiler=$llvmCore_phase2_installdir/bin/clang
334 cxx_compiler=$llvmCore_phase2_installdir/bin/clang++
343 echo "# Testing - built with clang"
  /external/clang/lib/AST/
Stmt.cpp 14 #include "clang/AST/Stmt.h"
15 #include "clang/AST/ExprCXX.h"
16 #include "clang/AST/ExprObjC.h"
17 #include "clang/AST/StmtCXX.h"
18 #include "clang/AST/StmtObjC.h"
19 #include "clang/AST/Type.h"
20 #include "clang/AST/ASTContext.h"
21 #include "clang/AST/ASTDiagnostic.h"
22 #include "clang/Basic/TargetInfo.h"
24 using namespace clang;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 28 #include "clang/Lex/Preprocessor.h"
30 #include "clang/Lex/ExternalPreprocessorSource.h"
31 #include "clang/Lex/HeaderSearch.h"
32 #include "clang/Lex/MacroInfo.h"
33 #include "clang/Lex/Pragma.h"
34 #include "clang/Lex/PreprocessingRecord.h"
35 #include "clang/Lex/ScratchBuffer.h"
36 #include "clang/Lex/LexDiagnostic.h"
37 #include "clang/Lex/CodeCompletionHandler.h"
38 #include "clang/Lex/ModuleLoader.h
    [all...]
  /external/clang/lib/Rewrite/
RewriteMacros.cpp 15 #include "clang/Rewrite/Rewriters.h"
16 #include "clang/Rewrite/Rewriter.h"
17 #include "clang/Lex/Preprocessor.h"
18 #include "clang/Basic/SourceManager.h"
24 using namespace clang;
90 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 14 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
15 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h"
16 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
17 #include "clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h"
18 #include "clang/AST/DeclCXX.h"
20 using namespace clang;
ExprEngineCallAndReturn.cpp 14 #include "clang/StaticAnalyzer/Core/CheckerManager.h"
15 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
16 #include "clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h"
17 #include "clang/AST/DeclCXX.h"
18 #include "clang/Analysis/Support/SaveAndRestore.h"
20 using namespace clang;
  /external/llvm/test/
Makefile 62 ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/clang/Makefile && echo OK), OK)
63 LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/clang/test
65 # Force creation of Clang's lit.site.cfg.
66 clang-lit-site-cfg: FORCE
67 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
68 extra-lit-site-cfgs:: clang-lit-site-cfg
  /external/clang/lib/Serialization/
ASTWriter.cpp 14 #include "clang/Serialization/ASTWriter.h"
16 #include "clang/Sema/Sema.h"
17 #include "clang/Sema/IdentifierResolver.h"
18 #include "clang/AST/ASTContext.h"
19 #include "clang/AST/Decl.h"
20 #include "clang/AST/DeclContextInternals.h"
21 #include "clang/AST/DeclTemplate.h"
22 #include "clang/AST/DeclFriend.h"
23 #include "clang/AST/Expr.h"
24 #include "clang/AST/ExprCXX.h
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 15 #include "clang/Analysis/Analyses/FormatString.h"
18 using clang::analyze_format_string::ArgTypeResult;
19 using clang::analyze_format_string::FormatStringHandler;
20 using clang::analyze_format_string::LengthModifier;
21 using clang::analyze_format_string::OptionalAmount;
22 using clang::analyze_format_string::ConversionSpecifier;
23 using clang::analyze_printf::PrintfSpecifier;
25 using namespace clang;
27 typedef clang::analyze_format_string::SpecifierResult<PrintfSpecifier>
56 using namespace clang::analyze_format_string
    [all...]
  /external/chromium/testing/
gtest.gyp 82 ['clang==1', {
83 # We want gtest features that use tr1::tuple, but clang currently

Completed in 1411 milliseconds

<<31323334353637383940>>