HomeSort by: relevance | last modified time | path
    Searched refs:CIndexer (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXTranslationUnit.h 22 class CIndexer;
29 clang::CIndexer *CIdx;
46 CXTranslationUnitImpl *MakeCXTranslationUnit(CIndexer *CIdx,
CIndexer.h 1 //===- CIndexer.h - Clang-C Source Indexing Library -------------*- C++ -*-===//
9 // This file defines CIndexer, a subclass of Indexer that provides extra
34 class CIndexer {
47 CIndexer(std::shared_ptr<PCHContainerOperations> PCHContainerOps =
93 LibclangInvocationReporter(CIndexer &Idx, OperationKind Op,
CIndexer.cpp 1 //===- CIndexer.cpp - Clang-C Source Indexing Library ---------------------===//
13 #include "CIndexer.h"
99 const std::string &CIndexer::getClangResourcesPath() {
142 StringRef CIndexer::getClangToolchainPath() {
153 CIndexer &Idx, OperationKind Op, unsigned ParseOptions,
Indexing.cpp 10 #include "CIndexer.h"
467 CIndexer *CXXIdx = static_cast<CIndexer *>(IdxSession->CIdx);
676 CIndexer *CXXIdx = TU->CIdx;
CIndex.cpp 15 #include "CIndexer.h"
73 CXTranslationUnit cxtu::MakeCXTranslationUnit(CIndexer *CIdx,
3443 CIndexer *CIdxr = new CIndexer();
3462 delete static_cast<CIndexer *>(CIdx);
3467 static_cast<CIndexer *>(CIdx)->setCXGlobalOptFlags(options);
3472 return static_cast<CIndexer *>(CIdx)->getCXGlobalOptFlags();
3479 static_cast<CIndexer *>(CIdx)->setInvocationEmissionPath(Path ? Path : "");
3511 CIndexer *CXXIdx = static_cast<CIndexer *>(CIdx)
    [all...]
CIndexCodeCompletion.cpp 14 #include "CIndexer.h"
715 CIndexer *CXXIdx = TU->CIdx;

Completed in 22 milliseconds