Lines Matching full:clang
1 //===- CIndex.cpp - Clang-C Source Indexing Library -----------------------===//
10 // This file implements the Clang-C Source Indexing library.
16 #include "clang/AST/Decl.h"
17 #include "clang/AST/DeclVisitor.h"
18 #include "clang/AST/StmtVisitor.h"
19 #include "clang/Basic/FileManager.h"
20 #include "clang/Basic/SourceManager.h"
21 #include "clang/Basic/Version.h"
22 #include "clang/Sema/CodeCompleteConsumer.h"
46 using namespace clang;
81 // We now have the CIndex directory, locate clang relative to it.
85 LibClangPath.appendComponent("clang");
115 bool clang::RemapFiles(unsigned num_unsaved_files,