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.cpp86 std::string ABIWrapper::GetCachedDeclSourceFile( in GetCachedDeclSourceFile() function in header_checker::dumper::ABIWrapper
572 std::string source_file = GetCachedDeclSourceFile(function_decl_, cip_); in GetFunctionDecl()
838 std::string source_file = GetCachedDeclSourceFile(record_decl_, cip_); in GetRecordDecl()
907 std::string source_file = GetCachedDeclSourceFile(enum_decl_, cip_); in GetEnumDecl()
950 std::string source_file = GetCachedDeclSourceFile(global_var_decl_, cip_); in GetGlobalVarDecl()
Dabi_wrappers.h55 std::string GetCachedDeclSourceFile(const clang::Decl *decl,