Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/
Dir_diff_representation.h334 : old_function_(old_function), new_function_(new_function) {} in FunctionDiffIR()
345 return new_function_; in GetNewFunction()
350 const FunctionIR *new_function_; variable