Home
last modified time | relevance | path

Searched refs:CXXIdx (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DIndexing.cpp440 CIndexer *CXXIdx = static_cast<CIndexer *>(IdxSession->CIdx); in clang_indexSourceFile_Impl() local
442 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_indexSourceFile_Impl()
519 CXXIdx->getPCHContainerOperations()->getRawReader().getFormat(); in clang_indexSourceFile_Impl()
527 new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit))); in clang_indexSourceFile_Impl()
563 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls(); in clang_indexSourceFile_Impl()
586 CInvok.get(), CXXIdx->getPCHContainerOperations(), Diags, in clang_indexSourceFile_Impl()
587 IndexAction.get(), Unit, Persistent, CXXIdx->getClangResourcesPath(), in clang_indexSourceFile_Impl()
592 if (DiagTrap.hasErrorOccurred() && CXXIdx->getDisplayDiagnostics()) in clang_indexSourceFile_Impl()
647 CIndexer *CXXIdx = TU->CIdx; in clang_indexTranslationUnit_Impl() local
648 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_indexTranslationUnit_Impl()
DCIndexCodeCompletion.cpp673 CIndexer *CXXIdx = TU->CIdx; in clang_codeCompleteAt_Impl() local
674 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForEditing)) in clang_codeCompleteAt_Impl()
708 CXXIdx->getPCHContainerOperations(), *Results->Diag, in clang_codeCompleteAt_Impl()
DCIndex.cpp3139 CIndexer *CXXIdx = static_cast<CIndexer *>(CIdx); in clang_createTranslationUnit2()
3145 ast_filename, CXXIdx->getPCHContainerOperations()->getRawReader(), Diags, in clang_createTranslationUnit2()
3147 CXXIdx->getOnlyLocalDecls(), None, in clang_createTranslationUnit2()
3151 *out_TU = MakeCXTranslationUnit(CXXIdx, AU.release()); in clang_createTranslationUnit2()
3188 CIndexer *CXXIdx = static_cast<CIndexer *>(CIdx); in clang_parseTranslationUnit_Impl() local
3190 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_parseTranslationUnit_Impl()
3280 CXXIdx->getPCHContainerOperations(), Diags, in clang_parseTranslationUnit_Impl()
3281 CXXIdx->getClangResourcesPath(), CXXIdx->getOnlyLocalDecls(), in clang_parseTranslationUnit_Impl()
3287 CXXIdx->getPCHContainerOperations()->getRawReader().getFormat(), in clang_parseTranslationUnit_Impl()
3296 if (CXXIdx->getDisplayDiagnostics()) in clang_parseTranslationUnit_Impl()
[all …]