Home | History | Annotate | Download | only in libclang

Lines Matching full:clang

1 //===- CIndex.cpp - Clang-C Source Indexing Library -----------------------===//
10 // This file implements the Clang-C Source Indexing library.
15 #include "clang/AST/Decl.h"
16 #include "clang/AST/DeclVisitor.h"
17 #include "clang/AST/StmtVisitor.h"
18 #include "clang/Basic/FileManager.h"
19 #include "clang/Basic/SourceManager.h"
20 #include "clang/Basic/Version.h"
21 #include "clang/Sema/CodeCompleteConsumer.h"
44 using namespace clang;
78 // We now have the CIndex directory, locate clang relative to it.
82 llvm::sys::path::append(LibClangPath, "clang", CLANG_VERSION_STRING);