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.cpp85 std::string ABIWrapper::GetCachedDeclSourceFile( in GetCachedDeclSourceFile() function in header_checker::dumper::ABIWrapper
571 std::string source_file = GetCachedDeclSourceFile(function_decl_, cip_); in GetFunctionDecl()
837 std::string source_file = GetCachedDeclSourceFile(record_decl_, cip_); in GetRecordDecl()
906 std::string source_file = GetCachedDeclSourceFile(enum_decl_, cip_); in GetEnumDecl()
949 std::string source_file = GetCachedDeclSourceFile(global_var_decl_, cip_); in GetGlobalVarDecl()
Dabi_wrappers.h54 std::string GetCachedDeclSourceFile(const clang::Decl *decl,