HomeSort by relevance Sort by last modified time
    Searched defs:clang (Results 176 - 200 of 383) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/include/clang/Index/
GlobalSelector.h 20 namespace clang { namespace
72 } // namespace clang
78 struct DenseMapInfo<clang::idx::GlobalSelector> {
79 static inline clang::idx::GlobalSelector getEmptyKey() {
80 return clang::idx::GlobalSelector::getEmptyMarker();
83 static inline clang::idx::GlobalSelector getTombstoneKey() {
84 return clang::idx::GlobalSelector::getTombstoneMarker();
87 static unsigned getHashValue(clang::idx::GlobalSelector);
90 isEqual(clang::idx::GlobalSelector LHS, clang::idx::GlobalSelector RHS)
    [all...]
  /external/clang/include/clang/Lex/
DirectoryLookup.h 17 #include "clang/Basic/LLVM.h"
18 #include "clang/Basic/SourceManager.h"
20 namespace clang { namespace
165 } // end namespace clang
PTHManager.h 17 #include "clang/Lex/PTHLexer.h"
18 #include "clang/Basic/LangOptions.h"
19 #include "clang/Basic/IdentifierTable.h"
20 #include "clang/Basic/Diagnostic.h"
29 namespace clang { namespace
138 } // end namespace clang
TokenLexer.h 17 #include "clang/Basic/SourceLocation.h"
19 namespace clang { namespace
185 } // end namespace clang
  /external/clang/include/clang/Sema/
SemaFixItUtils.h 16 #include "clang/AST/Expr.h"
18 namespace clang { namespace
90 } // endof namespace clang
  /external/clang/include/clang/Serialization/
ModuleManager.h 18 #include "clang/Serialization/Module.h"
19 #include "clang/Basic/FileManager.h"
22 namespace clang { namespace
154 } } // end namespace clang::serialization
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 18 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
21 namespace clang { namespace
178 } // end namespace clang
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 17 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
20 namespace clang { namespace
103 } // end clang namespace
ProgramStateTrait.h 29 namespace clang { namespace
182 } // end clang namespace
WorkList.h 18 #include "clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h"
21 namespace clang { namespace
99 } // end clang namespace
  /external/clang/lib/AST/
InheritViz.cpp 16 #include "clang/AST/ASTContext.h"
17 #include "clang/AST/Decl.h"
18 #include "clang/AST/DeclCXX.h"
19 #include "clang/AST/TypeOrdering.h"
26 namespace clang { namespace
  /frameworks/compile/slang/
slang_rs_object_ref_count.h 23 #include "clang/AST/StmtVisitor.h"
28 namespace clang { namespace
45 class RSObjectRefCount : public clang::StmtVisitor<RSObjectRefCount> {
49 clang::CompoundStmt *mCS; // Associated compound statement ({ ... })
50 std::list<clang::VarDecl*> mRSO; // Declared RS objects in this scope
53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) {
57 inline void addRSObject(clang::VarDecl* VD) {
62 void ReplaceRSObjectAssignment(clang::BinaryOperator *AS);
64 void AppendRSObjectInit(clang::VarDecl *VD,
65 clang::DeclStmt *DS
    [all...]
  /external/clang/include/clang/AST/
ASTImporter.h 17 #include "clang/AST/DeclarationName.h"
18 #include "clang/AST/Type.h"
19 #include "clang/Basic/SourceLocation.h"
24 namespace clang { namespace
DeclContextInternals.h 17 #include "clang/AST/Decl.h"
18 #include "clang/AST/DeclarationName.h"
19 #include "clang/AST/DeclCXX.h"
25 namespace clang { namespace
221 } // end namespace clang
GlobalDecl.h 18 #include "clang/AST/DeclCXX.h"
19 #include "clang/AST/DeclObjC.h"
20 #include "clang/Basic/ABI.h"
22 namespace clang { namespace
90 } // end namespace clang
95 template<> struct DenseMapInfo<clang::GlobalDecl> {
96 static inline clang::GlobalDecl getEmptyKey() {
97 return clang::GlobalDecl();
100 static inline clang::GlobalDecl getTombstoneKey() {
101 return clang::GlobalDecl:
    [all...]
Mangle.h 17 #include "clang/AST/Type.h"
18 #include "clang/Basic/ABI.h"
24 namespace clang { namespace
RecordLayout.h 19 #include "clang/AST/CharUnits.h"
20 #include "clang/AST/DeclCXX.h"
22 namespace clang { namespace
212 } // end namespace clang
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 14 // See http://clang.llvm.org/docs/LanguageExtensions.html#threadsafety for more
22 #include "clang/Analysis/AnalysisContext.h"
23 #include "clang/Basic/SourceLocation.h"
26 namespace clang { namespace
152 }} // end namespace clang::thread_safety
  /external/clang/include/clang/Analysis/Visitors/
CFGStmtVisitor.h 20 #include "clang/AST/StmtVisitor.h"
21 #include "clang/Analysis/CFG.h"
23 namespace clang { namespace
173 } // end namespace clang
  /external/clang/include/clang/Basic/
ABI.h 20 namespace clang { namespace
124 } // end namespace clang
LangOptions.h 18 #include "clang/Basic/Visibility.h"
20 namespace clang { namespace
26 typedef clang::Visibility Visibility;
40 #include "clang/Basic/LangOptions.def"
48 #include "clang/Basic/LangOptions.def"
64 #include "clang/Basic/LangOptions.def"
90 #include "clang/Basic/OpenCLExtensions.def"
94 #include "clang/Basic/OpenCLExtensions.def"
110 } // end namespace clang
SourceManagerInternals.h 18 #include "clang/Basic/SourceManager.h"
22 namespace clang { namespace
128 } // end namespace clang
  /external/clang/include/clang/Driver/
Arg.h 18 namespace clang { namespace
120 } // end namespace clang
Compilation.h 13 #include "clang/Driver/Job.h"
14 #include "clang/Driver/Util.h"
18 namespace clang { namespace
146 } // end namespace clang
  /external/clang/include/clang/Frontend/
AnalyzerOptions.h 21 namespace clang { namespace
30 #include "clang/Frontend/Analyses.def"
37 #include "clang/Frontend/Analyses.def"
44 #include "clang/Frontend/Analyses.def"
52 #include "clang/Frontend/Analyses.def"
59 #include "clang/Frontend/Analyses.def"

Completed in 1189 milliseconds

1 2 3 4 5 6 78 91011>>