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.cpp213 const std::string &source_file) { in CreateBasicNamedAndTypedDecl()
274 const std::string &source_file) { in CreateBasicNamedAndTypedDecl()
316 const clang::QualType canonical_type, const std::string &source_file) { in SetTypeKind()
404 const std::string &source_file) { in SetupTemplateArguments()
440 ASTCaches *ast_caches, const std::string &source_file) in FunctionTypeWrapper()
490 const std::string &source_file) { in SetupThisParameter()
503 bool has_default_arg, const std::string &source_file, bool is_this_ptr) { in SetupFunctionParameter()
516 const std::string &source_file) { in SetupFunctionParameters()
539 const std::string &source_file) { in SetupFunction()
556 const std::string &source_file) { in SetupTemplateInfo()
[all …]
Dheader_checker.h38 HeaderCheckerOptions(std::string source_file, std::string dump_name, in HeaderCheckerOptions()
Dast_processing.cpp170 std::string source_file = ABIWrapper::GetDeclSourceFile(decl, cip_); 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
157 optional string source_file = 2; field
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp285 std::string source_file = element.second.GetSourceFile(); in LinkDecl() local
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h107 void SetSourceFile(const std::string &source_file) { in SetSourceFile()