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.cpp109 ABIWrapper::GetDeclSourceFile(decl, cip_, options_.root_dir_)) { in ShouldSkipFunctionDecl()
180 ABIWrapper::GetDeclSourceFile(decl, cip_, options_.root_dir_); in TraverseDecl()
218 ABIWrapper::GetDeclSourceFile(translation_unit, cip_, options_.root_dir_), in HandleTranslationUnit()
Dabi_wrappers.h50 static std::string GetDeclSourceFile(const clang::Decl *decl,
Dabi_wrappers.cpp70 std::string ABIWrapper::GetDeclSourceFile(const clang::Decl *decl, in GetDeclSourceFile() function in header_checker::dumper::ABIWrapper
91 return GetDeclSourceFile(decl, cip, ast_caches_->root_dir_); in GetCachedDeclSourceFile()