clang API Documentation
00001 //===- IndexProvider.cpp - Maps information to translation units -*- C++ -*-==// 00002 // 00003 // The LLVM Compiler Infrastructure 00004 // 00005 // This file is distributed under the University of Illinois Open Source 00006 // License. See LICENSE.TXT for details. 00007 // 00008 //===----------------------------------------------------------------------===// 00009 // 00010 // Maps information to TranslationUnits. 00011 // 00012 //===----------------------------------------------------------------------===// 00013 00014 #include "clang/Index/IndexProvider.h" 00015 #include "clang/Index/Entity.h" 00016 using namespace clang; 00017 using namespace idx; 00018 00019 // Out-of-line to give the virtual table a home. 00020 IndexProvider::~IndexProvider() { }