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

1 2 3 4 5 67 8 91011>>

  /external/clang/lib/Basic/
Version.cpp 1 //===- Version.cpp - Clang Version Number -----------------------*- C++ -*-===//
10 // This file defines several version-related utility functions for Clang.
14 #include "clang/Basic/Version.h"
15 #include "clang/Basic/LLVM.h"
21 namespace clang { namespace
42 URL = URL.slice(0, URL.find("/src/tools/clang"));
82 OS << "clang version " CLANG_VERSION_STRING " ("
101 OS << "Clang " CLANG_VERSION_STRING " ("
106 } // end namespace clang
  /external/clang/lib/CodeGen/
CGCXXABI.h 18 #include "clang/Basic/LLVM.h"
28 namespace clang { namespace
CGException.h 20 namespace clang { namespace
CGVTables.h 19 #include "clang/Basic/ABI.h"
20 #include "clang/AST/BaseSubobject.h"
21 #include "clang/AST/CharUnits.h"
22 #include "clang/AST/GlobalDecl.h"
23 #include "clang/AST/VTableBuilder.h"
25 namespace clang { namespace
140 } // end namespace clang
CodeGenTBAA.h 18 #include "clang/Basic/LLVM.h"
26 namespace clang { namespace
44 /// MetadataCache - This maps clang::Types to llvm::MDNodes describing them.
74 } // end namespace clang
TargetInfo.h 18 #include "clang/Basic/LLVM.h"
19 #include "clang/AST/Type.h"
28 namespace clang { namespace
  /external/clang/lib/Index/
ProgramImpl.h 18 #include "clang/Basic/IdentifierTable.h"
19 #include "clang/Basic/LangOptions.h"
21 namespace clang { namespace
54 } // namespace clang
  /external/clang/lib/Lex/
MacroArgs.h 21 namespace clang { namespace
123 } // end namespace clang
  /external/clang/lib/Parse/
ParsePragma.h 17 #include "clang/Lex/Pragma.h"
19 namespace clang { namespace
115 } // end namespace clang
  /external/clang/lib/Serialization/
ASTCommon.h 17 #include "clang/Serialization/ASTBitCodes.h"
18 #include "clang/AST/ASTContext.h"
20 namespace clang { namespace
62 } // namespace clang
  /external/clang/tools/libclang/
CIndexer.h 1 //===- CIndexer.h - Clang-C Source Indexing Library -------------*- C++ -*-===//
18 #include "clang-c/Index.h"
48 /// \brief Get the path of the clang resource files.
55 namespace clang { namespace
58 * construct the clang -cc1 argument list needed to perform the remapping.
CXTranslationUnit.h 24 namespace clang { namespace
48 }} // end namespace clang::cxtu
  /frameworks/compile/slang/
slang_rs.h 32 namespace clang { namespace
84 virtual clang::ASTConsumer
85 *createBackend(const clang::CodeGenOptions& CodeGenOpts,
95 static bool IsFunctionInRSHeaderFile(const clang::FunctionDecl *FD,
96 const clang::SourceManager &SourceMgr);
slang_rs_ast_replace.h 20 #include "clang/AST/StmtVisitor.h"
23 #include "clang/AST/ASTContext.h"
25 namespace clang { namespace
33 class RSASTReplace : public clang::StmtVisitor<RSASTReplace> {
35 clang::ASTContext &C;
36 clang::Stmt *mOuterStmt;
37 clang::Stmt *mOldStmt;
38 clang::Stmt *mNewStmt;
39 clang::Expr *mOldExpr;
40 clang::Expr *mNewExpr
    [all...]
slang_rs_backend.h 28 namespace clang { namespace
46 clang::SourceManager &mSourceMgr;
59 void AnnotateFunction(clang::FunctionDecl *FD);
66 virtual void HandleTopLevelDecl(clang::DeclGroupRef D);
68 virtual void HandleTranslationUnitPre(clang::ASTContext &C);
74 clang::DiagnosticsEngine *DiagEngine,
75 const clang::CodeGenOptions &CodeGenOpts,
76 const clang::TargetOptions &TargetOpts,
80 clang::SourceManager &SourceMgr,
slang_rs_export_element.h 22 #include "clang/Lex/Token.h"
29 namespace clang { namespace
32 } // namespace clang
59 const clang::Type *T,
68 const clang::DeclaratorDecl *DD);
slang_rs_export_func.h 26 #include "clang/AST/Decl.h"
36 namespace clang { namespace
38 } // namespace clang
54 const clang::FunctionDecl *FD)
74 const clang::FunctionDecl *FD);
slang_rs_export_var.h 22 #include "clang/AST/Decl.h"
23 #include "clang/AST/Expr.h"
29 namespace clang { namespace
44 clang::Expr::EvalResult mInit;
47 const clang::VarDecl *VD,
55 inline const clang::APValue &getInit() const { return mInit.Val; }
  /external/clang/include/clang/AST/
DeclAccessPair.h 21 #include "clang/Basic/Specifiers.h"
23 namespace clang { namespace
67 template<> struct isPodLike<clang::DeclAccessPair> {
DeclGroup.h 20 namespace clang { namespace
133 } // end clang namespace
140 class PointerLikeTypeTraits<clang::DeclGroupRef> {
142 static inline void *getAsVoidPointer(clang::DeclGroupRef P) {
145 static inline clang::DeclGroupRef getFromVoidPointer(void *P) {
146 return clang::DeclGroupRef::getFromOpaquePtr(P);
  /external/clang/include/clang/Basic/
DelayedCleanupPool.h 18 #include "clang/Basic/LLVM.h"
22 namespace clang { namespace
108 } // end namespace clang
FileSystemStatCache.h 22 namespace clang { namespace
99 } // end namespace clang
TokenKinds.h 17 namespace clang { namespace
25 #include "clang/Basic/TokenKinds.def"
33 #include "clang/Basic/TokenKinds.def"
42 #include "clang/Basic/TokenKinds.def"
68 } // end namespace clang
  /external/clang/include/clang/Frontend/
DiagnosticOptions.h 13 #include "clang/Basic/Diagnostic.h"
18 namespace clang { namespace
42 enum TextDiagnosticFormat { Clang, Msvc, Vi };
92 Format = Clang;
102 } // end namespace clang
LogDiagnosticPrinter.h 13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Basic/SourceLocation.h"
18 namespace clang { namespace
77 } // end namespace clang

Completed in 344 milliseconds

1 2 3 4 5 67 8 91011>>