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_dirs_)) { in ShouldSkipFunctionDecl()
180 ABIWrapper::GetDeclSourceFile(decl, cip_, options_.root_dirs_); in TraverseDecl()
220 ASTCaches ast_caches(ABIWrapper::GetDeclSourceFile(translation_unit, cip_, 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_dirs_); in GetCachedDeclSourceFile()