Searched refs:Rebuilder (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | BackgroundIndexTests.cpp | 694 Rebuilder(&Target, &Source, /*Threads=*/10) { in BackgroundIndexRebuilderTest() 723 BackgroundIndexRebuilder Rebuilder; member in clang::clangd::BackgroundIndexRebuilderTest 730 for (unsigned I = 0; I < Rebuilder.TUsBeforeFirstBuild - 1; ++I) in TEST_F() 731 EXPECT_FALSE(checkRebuild([&] { Rebuilder.indexedTU(); })); in TEST_F() 732 EXPECT_TRUE(checkRebuild([&] { Rebuilder.indexedTU(); })); in TEST_F() 733 for (unsigned I = 0; I < Rebuilder.TUsBeforeRebuild - 1; ++I) in TEST_F() 734 EXPECT_FALSE(checkRebuild([&] { Rebuilder.indexedTU(); })); in TEST_F() 735 EXPECT_TRUE(checkRebuild([&] { Rebuilder.indexedTU(); })); in TEST_F() 739 Rebuilder.startLoading(); in TEST_F() 740 Rebuilder.loadedShard(10); in TEST_F() [all …]
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | Background.cpp | 100 Rebuilder(this, &IndexedSymbols, Opts.ThreadPoolSize), in BackgroundIndex() 113 Queue.work([&] { Rebuilder.idle(); }); in __anonfb3054390302() 346 Rebuilder.indexedTU(); in index() 363 Rebuilder.startLoading(); in loadProject() 394 Rebuilder.loadedShard(LoadedShards); in loadProject() 395 Rebuilder.doneLoading(); in loadProject()
|
D | Background.h | 167 Rebuilder.shutdown(); in stop() 202 BackgroundIndexRebuilder Rebuilder; variable
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 47 struct Rebuilder { struct 52 Rebuilder(Sema &S, const SpecificRebuilderRefTy &SpecificCallback) in Rebuilder() function 702 syntacticBase = Rebuilder(S, [=](Expr *, unsigned) -> Expr * { in rebuildAndCaptureObject() 1024 Rebuilder(S, [=](Expr *, unsigned Idx) -> Expr * { in rebuildAndCaptureObject() 1451 syntacticBase = Rebuilder(S, [=](Expr *, unsigned Idx) -> Expr * { in rebuildAndCaptureObject() 1623 return Rebuilder(S, in stripOpaqueValuesFromPseudoObjectRef()
|
D | SemaTemplate.cpp | 8469 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation() local 8470 return Rebuilder.TransformType(T); in RebuildTypeInCurrentInstantiation() 8474 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation() local 8476 return Rebuilder.TransformExpr(E); in RebuildExprInCurrentInstantiation() 8484 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation() local 8487 = Rebuilder.TransformNestedNameSpecifierLoc(QualifierLoc); in RebuildNestedNameSpecifierInCurrentInstantiation()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 46 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()
|
D | SemaTemplate.cpp | 10829 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation() local 10830 return Rebuilder.TransformType(T); in RebuildTypeInCurrentInstantiation() 10834 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation() local 10836 return Rebuilder.TransformExpr(E); in RebuildExprInCurrentInstantiation() 10844 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation() local 10847 = Rebuilder.TransformNestedNameSpecifierLoc(QualifierLoc); in RebuildNestedNameSpecifierInCurrentInstantiation()
|