Searched refs:GetDeclSourceFile (Results 1 – 3 of 3) sorted by relevance
/development/vndk/tools/header-checker/src/dumper/ |
D | ast_processing.cpp | 109 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()
|
D | abi_wrappers.h | 50 static std::string GetDeclSourceFile(const clang::Decl *decl,
|
D | abi_wrappers.cpp | 70 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()
|