HomeSort by relevance Sort by last modified time
    Searched defs:clang (Results 276 - 300 of 497) sorted by null

<<11121314151617181920

  /external/clang/include/clang/AST/
StmtIterator.h 24 namespace clang { namespace
220 } // end namespace clang
VTTBuilder.h 18 #include "clang/AST/BaseSubobject.h"
19 #include "clang/AST/CXXInheritance.h"
20 #include "clang/AST/GlobalDecl.h"
21 #include "clang/AST/RecordLayout.h"
22 #include "clang/Basic/ABI.h"
26 namespace clang { namespace
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 1 //==- Dominators.h - Implementation of dominators tree for Clang CFG C++ -*-==//
10 // This file implements the dominators tree functionality for Clang CFGs.
17 #include "clang/Analysis/AnalysisContext.h"
18 #include "clang/Analysis/CFG.h"
24 namespace clang { namespace
29 /// \brief Concrete subclass of DominatorTreeBase for Clang
30 /// This class implements the dominators tree functionality given a Clang CFG.
163 } // end namespace clang
170 template <> struct GraphTraits< ::clang::DomTreeNode* > {
171 typedef ::clang::DomTreeNode NodeType
    [all...]
ThreadSafety.h 14 // See http://clang.llvm.org/docs/LanguageExtensions.html#thread-safety-annotation-checking
22 #include "clang/Analysis/AnalysisContext.h"
23 #include "clang/Basic/SourceLocation.h"
26 namespace clang { namespace
167 }} // end namespace clang::thread_safety
  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowValues.h 19 #include "clang/Analysis/CFG.h"
20 #include "clang/Analysis/ProgramPoint.h"
29 namespace clang { namespace
171 } // end namespace clang
  /external/clang/include/clang/Basic/
Builtins.h 19 #include "clang/Basic/LLVM.h"
26 namespace clang { namespace
46 #include "clang/Basic/Builtins.def"
181 } // end namespace clang
CharInfo.h 1 //===--- clang/Basic/CharInfo.h - Classifying ASCII Characters ------------===//
13 #include "clang/Basic/LLVM.h"
18 namespace clang { namespace
196 } // end namespace clang
LangOptions.h 11 /// \brief Defines the clang::LangOptions interface.
18 #include "clang/Basic/CommentOptions.h"
19 #include "clang/Basic/LLVM.h"
20 #include "clang/Basic/ObjCRuntime.h"
21 #include "clang/Basic/Visibility.h"
25 namespace clang { namespace
29 #include "clang/Basic/Sanitizers.def"
42 #include "clang/Basic/LangOptions.def"
51 #include "clang/Basic/LangOptions.def"
58 typedef clang::Visibility Visibility
    [all...]
ObjCRuntime.h 18 #include "clang/Basic/VersionTuple.h"
22 namespace clang { namespace
309 } // end namespace clang
TargetBuiltins.h 12 /// namespace ::clang.
19 #include "clang/Basic/Builtins.h"
22 namespace clang { namespace
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
29 #include "clang/Basic/BuiltinsAArch64.def"
36 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
38 #include "clang/Basic/BuiltinsARM.def"
46 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
48 #include "clang/Basic/BuiltinsPPC.def"
56 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /external/clang/include/clang/Driver/
Compilation.h 13 #include "clang/Driver/Job.h"
14 #include "clang/Driver/Util.h"
25 namespace clang { namespace
196 } // end namespace clang
Job.h 13 #include "clang/Basic/LLVM.h"
17 namespace clang { namespace
119 } // end namespace clang
  /external/clang/include/clang/Edit/
Commit.h 13 #include "clang/Edit/FileOffset.h"
18 namespace clang { namespace
147 } // end namespace clang
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 13 #include "clang/Basic/DiagnosticOptions.h"
14 #include "clang/Basic/FileSystemOptions.h"
15 #include "clang/Basic/LangOptions.h"
16 #include "clang/Basic/TargetOptions.h"
17 #include "clang/Frontend/CodeGenOptions.h"
18 #include "clang/Frontend/DependencyOutputOptions.h"
19 #include "clang/Frontend/FrontendOptions.h"
20 #include "clang/Frontend/LangStandard.h"
21 #include "clang/Frontend/MigratorOptions.h"
22 #include "clang/Frontend/PreprocessorOutputOptions.h
38 namespace clang { namespace
    [all...]
FrontendActions.h 13 #include "clang/Frontend/FrontendAction.h"
17 namespace clang { namespace
101 clang::Module *Module;
232 } // end namespace clang
LangStandard.h 13 #include "clang/Basic/LLVM.h"
16 namespace clang { namespace
42 #include "clang/Frontend/LangStandards.def"
94 } // end namespace clang
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 13 #include "clang/Basic/LLVM.h"
20 namespace clang { namespace
103 /// This operation is expensive, because it requires Clang to walk through
161 } // end namespace clang
Lexer.h 17 #include "clang/Basic/LangOptions.h"
18 #include "clang/Lex/PreprocessorLexer.h"
23 namespace clang { namespace
617 } // end namespace clang
ModuleMap.h 19 #include "clang/Basic/LangOptions.h"
20 #include "clang/Basic/Module.h"
21 #include "clang/Basic/SourceManager.h"
29 namespace clang { namespace
46 /// \brief The directory used for Clang-supplied, builtin include headers,
195 /// \brief Set the directory that contains Clang-supplied include
  /external/clang/include/clang/Rewrite/Core/
Rewriter.h 18 #include "clang/Basic/SourceLocation.h"
19 #include "clang/Rewrite/Core/DeltaTree.h"
20 #include "clang/Rewrite/Core/RewriteRope.h"
26 namespace clang { namespace
297 } // end namespace clang
  /external/clang/include/clang/Sema/
IdentifierResolver.h 18 #include "clang/Basic/IdentifierTable.h"
21 namespace clang { namespace
208 } // end namespace clang
ParsedTemplate.h 17 #include "clang/Sema/DeclSpec.h"
18 #include "clang/Sema/Ownership.h"
21 namespace clang { namespace
  /external/clang/include/clang/Serialization/
ModuleManager.h 18 #include "clang/Basic/FileManager.h"
19 #include "clang/Serialization/Module.h"
22 namespace clang { namespace
281 } } // end namespace clang::serialization
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 18 #include "clang/Analysis/AnalysisContext.h"
19 #include "clang/StaticAnalyzer/Core/AnalyzerOptions.h"
20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h"
21 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
22 #include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"
24 namespace clang { namespace
130 } // end clang namespace
BasicValueFactory.h 19 #include "clang/AST/ASTContext.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h"
21 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
22 #include "clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h"
24 namespace clang { namespace
198 } // end clang namespace

Completed in 497 milliseconds

<<11121314151617181920