Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.h121 enum class PatchType { MacroDirectives, All }; enum
161 PatchType PatchType);
H A DPreamble.cpp606 PatchType PatchType) { in create() argument
636 if ((PatchType == PatchType::MacroDirectives || !IncludesChanged) && in create()
656 if (IncludesChanged && PatchType == PatchType::All) { in create()
712 return create(FileName, Modified, Baseline, PatchType::All); in createFullPatch()
718 return create(FileName, Modified, Baseline, PatchType::MacroDirectives); in createMacroPatch()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPatchableFunction.cpp72 StringRef PatchType = PatchAttr.getValueAsString(); in runOnMachineFunction() local
73 assert(PatchType == "prologue-short-redirect" && "Only possibility today!"); in runOnMachineFunction()