Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dheader_checker.h30 std::string source_file_;
45 : source_file_(std::move(source_file)), dump_name_(std::move(dump_name)), in HeaderCheckerOptions()
Dast_processing.cpp108 options_.source_file_ != in ShouldSkipFunctionDecl()
Dabi_wrappers.h191 const std::string &source_file_; variable
Dabi_wrappers.cpp448 source_file_(source_file) {} in FunctionTypeWrapper()
455 function_type_ir->SetSourceFile(source_file_); in SetupFunctionType()
464 source_file_)) { in SetupFunctionType()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h105 source_file_ = source_file; in SetSourceFile()
113 return source_file_; in GetSourceFile()
121 std::string source_file_;