Home
last modified time | relevance | path

Searched refs:Rebuilder (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DBackgroundIndexTests.cpp716 BackgroundIndexRebuilder Rebuilder; member in clang::clangd::BackgroundIndexRebuilderTest
732 Rebuilder.startLoading(); in TEST_F()
733 Rebuilder.loadedShard(10); in TEST_F()
734 Rebuilder.loadedShard(20); in TEST_F()
738 Rebuilder.startLoading(); in TEST_F()
742 Rebuilder.startLoading(); in TEST_F()
743 Rebuilder.loadedShard(1); in TEST_F()
744 Rebuilder.startLoading(); in TEST_F()
745 Rebuilder.loadedShard(1); in TEST_F()
747 Rebuilder.loadedShard(1); in TEST_F()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackground.cpp98 Rebuilder(this, &IndexedSymbols, Opts.ThreadPoolSize), in BackgroundIndex()
111 Queue.work([&] { Rebuilder.idle(); }); in __anonb59968f20302()
347 Rebuilder.indexedTU(); in index()
364 Rebuilder.startLoading(); in loadProject()
396 Rebuilder.loadedShard(LoadedShards); in loadProject()
397 Rebuilder.doneLoading(); in loadProject()
H A DBackground.h170 Rebuilder.shutdown(); in stop()
205 BackgroundIndexRebuilder Rebuilder; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp46 struct Rebuilder { struct
51 Rebuilder(Sema &S, const SpecificRebuilderRefTy &SpecificCallback) in Rebuilder() function
707 syntacticBase = Rebuilder(S, [=](Expr *, unsigned) -> Expr * { in rebuildAndCaptureObject()
1028 Rebuilder(S, [=](Expr *, unsigned Idx) -> Expr * { in rebuildAndCaptureObject()
1450 syntacticBase = Rebuilder(S, [=](Expr *, unsigned Idx) -> Expr * { in rebuildAndCaptureObject()
1625 return Rebuilder(S, in stripOpaqueValuesFromPseudoObjectRef()
H A DSemaTemplate.cpp10925 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation() local
10926 return Rebuilder.TransformType(T); in RebuildTypeInCurrentInstantiation()
10930 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation() local
10932 return Rebuilder.TransformExpr(E); in RebuildExprInCurrentInstantiation()
10940 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation() local
10943 = Rebuilder.TransformNestedNameSpecifierLoc(QualifierLoc); in RebuildNestedNameSpecifierInCurrentInstantiation()