Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp517 CIndexer *CXXIdx = static_cast<CIndexer *>(IdxSession->CIdx); in clang_indexSourceFile_Impl() local
519 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_indexSourceFile_Impl()
603 new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit))); in clang_indexSourceFile_Impl()
633 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls(); in clang_indexSourceFile_Impl()
652 CXXIdx->getClangResourcesPath(), in clang_indexSourceFile_Impl()
659 if (DiagTrap.hasErrorOccurred() && CXXIdx->getDisplayDiagnostics()) in clang_indexSourceFile_Impl()
765 CIndexer *CXXIdx = TU->CIdx; in clang_indexTranslationUnit_Impl() local
766 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_indexTranslationUnit_Impl()
DCIndexCodeCompletion.cpp685 CIndexer *CXXIdx = TU->CIdx; in clang_codeCompleteAt_Impl() local
686 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForEditing)) in clang_codeCompleteAt_Impl()
DCIndex.cpp2705 CIndexer *CXXIdx = static_cast<CIndexer *>(CIdx); in clang_createTranslationUnit2()
2710 CXXIdx->getOnlyLocalDecls(), None, in clang_createTranslationUnit2()
2714 *out_TU = MakeCXTranslationUnit(CXXIdx, AU); in clang_createTranslationUnit2()
2767 CIndexer *CXXIdx = static_cast<CIndexer *>(CIdx); in clang_parseTranslationUnit_Impl() local
2769 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_parseTranslationUnit_Impl()
2849 CXXIdx->getClangResourcesPath(), CXXIdx->getOnlyLocalDecls(), in clang_parseTranslationUnit_Impl()
2858 if (CXXIdx->getDisplayDiagnostics()) in clang_parseTranslationUnit_Impl()
2865 *PTUI->out_TU = MakeCXTranslationUnit(CXXIdx, Unit.release()); in clang_parseTranslationUnit_Impl()
2967 CIndexer *CXXIdx = STUI->TU->CIdx; in clang_saveTranslationUnit_Impl() local
2968 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_saveTranslationUnit_Impl()
[all …]