Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dast_processing.cpp34 class PrintNormalizedPath : public clang::PrintingCallbacks { class
36 PrintNormalizedPath(const std::string root_dir) : root_dir_(root_dir) {} in PrintNormalizedPath() function in header_checker::dumper::PrintNormalizedPath
211 PrintNormalizedPath callbacks(options_.root_dir_); in HandleTranslationUnit()