Home
last modified time | relevance | path

Searched defs:source_file (Results 1 – 5 of 5) sorted by relevance

/development/vndk/tools/header-checker/header-abi-dumper/src/
Dabi_wrappers.cpp208 clang::QualType qual_type, const std::string &source_file) { in CreateBasicNamedAndTypedDecl()
267 abi_util::TypeIR *typep, const std::string &source_file) { in CreateBasicNamedAndTypedDecl()
309 const clang::QualType canonical_type, const std::string &source_file) { in SetTypeKind()
396 const std::string &source_file) { in SetupTemplateArguments()
432 ast_util::ASTCaches *ast_caches, const std::string &source_file) in FunctionTypeWrapper()
481 const std::string &source_file) { in SetupThisParameter()
494 bool has_default_arg, const std::string &source_file, bool is_this_ptr) { in SetupFunctionParameter()
507 const std::string &source_file) { in SetupFunctionParameters()
530 const std::string &source_file) { in SetupFunction()
548 const std::string &source_file) { in SetupTemplateInfo()
[all …]
Dast_processing.cpp161 std::string source_file = ABIWrapper::GetDeclSourceFile(decl, cip_); in TraverseDecl() local
/development/vndk/tools/header-checker/proto/
Dabi_dump.proto23 optional string source_file = 5; field
67 optional string source_file = 3; field
156 optional string source_file = 2; field
/development/vndk/tools/header-checker/header-abi-linker/src/
Dheader_abi_linker.cpp286 std::string source_file = element.second.GetSourceFile(); in LinkDecl() local
/development/vndk/tools/header-checker/header-abi-util/include/
Dir_representation.h92 void SetSourceFile(const std::string &source_file) { in SetSourceFile()