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