Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp111 const std::string &source_file) { in SetupTemplateArguments()
133 bool has_default_arg, const std::string &source_file, bool is_this_ptr) { in SetupFunctionParameter()
286 const std::string &source_file) { in CreateBasicNamedAndTypedDecl()
321 const std::string &source_file) { in CreateBasicNamedAndTypedDecl()
358 const clang::QualType canonical_type, const std::string &source_file) { in SetTypeKind()
444 ASTCaches *ast_caches, const std::string &source_file) in FunctionTypeWrapper()
499 const std::string &source_file) { in SetupThisParameter()
512 const std::string &source_file) { in SetupFunctionParameters()
535 const std::string &source_file) { in SetupFunction()
551 const std::string &source_file) { in SetupTemplateInfo()
[all …]
Dheader_checker.h40 HeaderCheckerOptions(std::string source_file, std::string dump_name, in HeaderCheckerOptions()
Dast_processing.cpp179 std::string source_file = in TraverseDecl() local
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_dump.proto23 optional string source_file = 5; field
67 optional string source_file = 3; field
151 optional string source_file = 2; field
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp301 std::string source_file = element.second.GetSourceFile(); in LinkDecl() local
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h104 void SetSourceFile(const std::string &source_file) { in SetSourceFile()