Home
last modified time | relevance | path

Searched refs:GetCachedDeclSourceFile (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp46 std::string ABIWrapper::GetCachedDeclSourceFile( in GetCachedDeclSourceFile() function in header_checker::dumper::ABIWrapper
576 std::string source_file = GetCachedDeclSourceFile(function_decl_, cip_); in GetFunctionDecl()
847 std::string source_file = GetCachedDeclSourceFile(record_decl_, cip_); in GetRecordDecl()
904 std::string source_file = GetCachedDeclSourceFile(enum_decl_, cip_); in GetEnumDecl()
943 std::string source_file = GetCachedDeclSourceFile(global_var_decl_, cip_); in GetGlobalVarDecl()
Dabi_wrappers.h56 std::string GetCachedDeclSourceFile(const clang::Decl *decl,