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

1 2 3 4 5 6 7 891011>>

  /external/clang/include/clang/Lex/
PTHLexer.h 17 #include "clang/Lex/PreprocessorLexer.h"
19 namespace clang { namespace
103 } // end namespace clang
PTHManager.h 17 #include "clang/Basic/Diagnostic.h"
18 #include "clang/Basic/IdentifierTable.h"
19 #include "clang/Basic/LangOptions.h"
20 #include "clang/Lex/PTHLexer.h"
29 namespace clang { namespace
137 } // end namespace clang
TokenLexer.h 17 #include "clang/Basic/SourceLocation.h"
19 namespace clang { namespace
186 } // end namespace clang
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 18 #include "clang/Basic/Diagnostic.h"
19 #include "clang/Basic/SourceLocation.h"
20 #include "clang/Edit/EditedSource.h"
21 #include "clang/Rewrite/Core/Rewriter.h"
23 namespace clang { namespace
  /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/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 15 namespace clang { namespace
111 } // end clang namespace
ConstraintManager.h 17 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
18 #include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
25 namespace clang { namespace
84 // FIXME: __OPTIMIZE__ is a GNU extension that Clang implements but MSVC
156 } // end clang namespace
Environment.h 17 #include "clang/Analysis/AnalysisContext.h"
18 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
21 namespace clang { namespace
126 } // end clang namespace
WorkList.h 18 #include "clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
22 namespace clang { namespace
98 } // end clang namespace
  /external/clang/include/clang/Tooling/
Refactoring.h 1 //===--- Refactoring.h - Framework for clang refactoring tools --*- C++ -*-===//
22 #include "clang/Basic/SourceLocation.h"
23 #include "clang/Tooling/Tooling.h"
28 namespace clang { namespace
204 } // end namespace clang
  /external/clang/lib/AST/
CommentCommandTraits.cpp 10 #include "clang/AST/CommentCommandTraits.h"
13 namespace clang { namespace
16 #include "clang/AST/CommentCommandInfo.inc"
139 } // end namespace clang
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"
28 namespace clang { namespace
  /external/clang/lib/CodeGen/
CGCXXABI.h 19 #include "clang/Basic/LLVM.h"
27 namespace clang { namespace
  /external/clang/lib/Format/
Encoding.h 19 #include "clang/Basic/LLVM.h"
22 namespace clang { namespace
110 } // namespace clang
  /external/clang/lib/Parse/
ParsePragma.h 17 #include "clang/Lex/Pragma.h"
19 namespace clang { namespace
137 } // end namespace clang
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 14 #include "clang/Tooling/FileMatchTrie.h"
21 namespace clang { namespace
188 } // end namespace clang
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 19 #include "clang/Basic/LLVM.h"
23 namespace clang { namespace
CXTranslationUnit.h 17 #include "clang-c/Index.h"
20 namespace clang { namespace
24 } // namespace clang
27 clang::CIndexer *CIdx;
28 clang::ASTUnit *TheASTUnit;
29 clang::cxstring::CXStringPool *StringPool;
32 clang::SimpleFormatContext *FormatContext;
36 namespace clang { namespace
64 }} // end namespace clang::cxtu
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 13 #include "clang/ASTMatchers/ASTMatchFinder.h"
14 #include "clang/Tooling/Tooling.h"
17 namespace clang { namespace
20 using clang::tooling::newFrontendActionFactory;
21 using clang::tooling::runToolOnCodeWithArgs;
22 using clang::tooling::FrontendActionFactory;
132 } // end namespace clang
  /frameworks/compile/slang/
slang_rs_backend.h 29 namespace clang { namespace
47 clang::SourceManager &mSourceMgr;
65 void AnnotateFunction(clang::FunctionDecl *FD);
77 virtual bool HandleTopLevelDecl(clang::DeclGroupRef D);
79 virtual void HandleTranslationUnitPre(clang::ASTContext &C);
85 clang::DiagnosticsEngine *DiagEngine,
86 const clang::CodeGenOptions &CodeGenOpts,
87 const clang::TargetOptions &TargetOpts,
91 clang::SourceManager &SourceMgr,
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/
ASTConsumer.h 19 namespace clang { namespace
159 } // end namespace clang.
ASTImporter.h 17 #include "clang/AST/DeclarationName.h"
18 #include "clang/AST/Type.h"
19 #include "clang/Basic/SourceLocation.h"
24 namespace clang { namespace
Attr.h 17 #include "clang/AST/AttrIterator.h"
18 #include "clang/AST/Type.h"
19 #include "clang/Basic/AttrKinds.h"
20 #include "clang/Basic/LLVM.h"
21 #include "clang/Basic/SourceLocation.h"
22 #include "clang/Basic/VersionTuple.h"
31 namespace clang { namespace
153 #include "clang/AST/Attrs.inc"
155 } // end namespace clang
AttrIterator.h 17 #include "clang/Basic/LLVM.h"
20 namespace clang { namespace
26 void *operator new(size_t Bytes, const clang::ASTContext &C,
30 void *operator new[](size_t Bytes, const clang::ASTContext &C,
36 void operator delete(void *Ptr, const clang::ASTContext &C, size_t);
37 void operator delete[](void *Ptr, const clang::ASTContext &C, size_t);
39 namespace clang { namespace
140 } // end namespace clang

Completed in 608 milliseconds

1 2 3 4 5 6 7 891011>>