Home
last modified time | relevance | path

Searched refs:GetDeclSourceFile (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dast_processing.cpp96 options_.source_file_ != ABIWrapper::GetDeclSourceFile(decl, cip_)) { in ShouldSkipFunctionDecl()
170 std::string source_file = ABIWrapper::GetDeclSourceFile(decl, cip_); in TraverseDecl()
204 ABIWrapper::GetDeclSourceFile(translation_unit, cip_); in HandleTranslationUnit()
Dabi_wrappers.h49 static std::string GetDeclSourceFile(const clang::Decl *decl,
Dabi_wrappers.cpp51 return GetDeclSourceFile(decl, cip); in GetCachedDeclSourceFile()
144 std::string ABIWrapper::GetDeclSourceFile(const clang::Decl *decl, in GetDeclSourceFile() function in header_checker::dumper::ABIWrapper