Searched refs:CXXIdx (Results 1 – 3 of 3) sorted by relevance
/external/clang/tools/libclang/ |
D | Indexing.cpp | 492 CIndexer *CXXIdx = static_cast<CIndexer *>(IdxSession->CIdx); in clang_indexSourceFile_Impl() local 494 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_indexSourceFile_Impl() 571 CXXIdx->getPCHContainerOperations()->getRawReader().getFormat(); in clang_indexSourceFile_Impl() 579 new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit))); in clang_indexSourceFile_Impl() 610 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls(); in clang_indexSourceFile_Impl() 633 CInvok.get(), CXXIdx->getPCHContainerOperations(), Diags, in clang_indexSourceFile_Impl() 634 IndexAction.get(), Unit, Persistent, CXXIdx->getClangResourcesPath(), in clang_indexSourceFile_Impl() 639 if (DiagTrap.hasErrorOccurred() && CXXIdx->getDisplayDiagnostics()) in clang_indexSourceFile_Impl() 714 CIndexer *CXXIdx = TU->CIdx; in clang_indexTranslationUnit_Impl() local 715 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_indexTranslationUnit_Impl()
|
D | CIndexCodeCompletion.cpp | 673 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()
|
D | CIndex.cpp | 3031 CIndexer *CXXIdx = static_cast<CIndexer *>(CIdx); in clang_createTranslationUnit2() 3037 ast_filename, CXXIdx->getPCHContainerOperations()->getRawReader(), Diags, in clang_createTranslationUnit2() 3039 CXXIdx->getOnlyLocalDecls(), None, in clang_createTranslationUnit2() 3043 *out_TU = MakeCXTranslationUnit(CXXIdx, AU.release()); in clang_createTranslationUnit2() 3080 CIndexer *CXXIdx = static_cast<CIndexer *>(CIdx); in clang_parseTranslationUnit_Impl() local 3082 if (CXXIdx->isOptEnabled(CXGlobalOpt_ThreadBackgroundPriorityForIndexing)) in clang_parseTranslationUnit_Impl() 3169 CXXIdx->getPCHContainerOperations(), Diags, in clang_parseTranslationUnit_Impl() 3170 CXXIdx->getClangResourcesPath(), CXXIdx->getOnlyLocalDecls(), in clang_parseTranslationUnit_Impl() 3176 CXXIdx->getPCHContainerOperations()->getRawReader().getFormat(), in clang_parseTranslationUnit_Impl() 3185 if (CXXIdx->getDisplayDiagnostics()) in clang_parseTranslationUnit_Impl() [all …]
|