Home
last modified time | relevance | path

Searched defs:DiffContext (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/llvm/tools/llvm-diff/
H A DDiffConsumer.h58 struct DiffContext { struct
59 DiffContext(Value *L, Value *R) in DiffContext() function
70 SmallVector<DiffContext, 5> contexts; argument
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DDiff.cpp30 class DiffContext : public IAaptContext { class
32 DiffContext() : name_mangler_({}), symbol_table_(&name_mangler_) { in DiffContext() function in aapt::DiffContext