Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp534 CIndexer *CXXIdx = static_cast<CIndexer *>(IdxSession->CIdx); in clang_indexSourceFile_Impl() local
536 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_indexSourceFile_Impl()
614 OwningPtr<CXTUOwner> CXTU(new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit))); in clang_indexSourceFile_Impl()
644 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls(); in clang_indexSourceFile_Impl()
663 CXXIdx->getClangResourcesPath(), in clang_indexSourceFile_Impl()
670 if (DiagTrap.hasErrorOccurred() && CXXIdx->getDisplayDiagnostics()) in clang_indexSourceFile_Impl()
763 CIndexer *CXXIdx = TU->CIdx; in clang_indexTranslationUnit_Impl() local
764 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_indexTranslationUnit_Impl()
DCIndex.cpp2608 CIndexer *CXXIdx = static_cast<CIndexer *>(CIdx); in clang_createTranslationUnit()
2613 CXXIdx->getOnlyLocalDecls(), in clang_createTranslationUnit()
2618 return MakeCXTranslationUnit(CXXIdx, TU); in clang_createTranslationUnit()
2665 CIndexer *CXXIdx = static_cast<CIndexer *>(CIdx); in clang_parseTranslationUnit_Impl() local
2667 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_parseTranslationUnit_Impl()
2752 CXXIdx->getClangResourcesPath(), in clang_parseTranslationUnit_Impl()
2753 CXXIdx->getOnlyLocalDecls(), in clang_parseTranslationUnit_Impl()
2770 if (CXXIdx->getDisplayDiagnostics()) in clang_parseTranslationUnit_Impl()
2774 PTUI->result = MakeCXTranslationUnit(CXXIdx, Unit.take()); in clang_parseTranslationUnit_Impl()
2842 CIndexer *CXXIdx = STUI->TU->CIdx; in clang_saveTranslationUnit_Impl() local
[all …]
DCIndexCodeCompletion.cpp687 CIndexer *CXXIdx = TU->CIdx; in clang_codeCompleteAt_Impl() local
688 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForEditing)) in clang_codeCompleteAt_Impl()