HomeSort by relevance Sort by last modified time
    Searched defs:IndexProvider (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Index/
IndexProvider.cpp 1 //===- IndexProvider.cpp - Maps information to translation units -*- C++ -*-==//
14 #include "clang/Index/IndexProvider.h"
20 IndexProvider::~IndexProvider() { }
  /external/clang/include/clang/Index/
IndexProvider.h 1 //===--- IndexProvider.h - Maps information to translation units -*- C++ -*-==//
25 class IndexProvider {
27 virtual ~IndexProvider();

Completed in 53 milliseconds