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_;
42 : source_file_(std::move(source_file)), dump_name_(std::move(dump_name)), in HeaderCheckerOptions()
Dast_processing.cpp96 options_.source_file_ != ABIWrapper::GetDeclSourceFile(decl, cip_)) { in ShouldSkipFunctionDecl()
Dabi_wrappers.h189 const std::string &source_file_; variable
Dabi_wrappers.cpp444 source_file_(source_file) {} in FunctionTypeWrapper()
451 function_type_ir->SetSourceFile(source_file_); in SetupFunctionType()
460 source_file_)) { in SetupFunctionType()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h108 source_file_ = source_file; in SetSourceFile()
116 return source_file_; in GetSourceFile()
124 std::string source_file_;