Searched refs:GetDeclSourceFile (Results 1 – 3 of 3) sorted by relevance
96 options_.source_file_ != ABIWrapper::GetDeclSourceFile(decl, cip_)) { in ShouldSkipFunctionDecl()170 std::string source_file = ABIWrapper::GetDeclSourceFile(decl, cip_); in TraverseDecl()204 ABIWrapper::GetDeclSourceFile(translation_unit, cip_); in HandleTranslationUnit()
49 static std::string GetDeclSourceFile(const clang::Decl *decl,
51 return GetDeclSourceFile(decl, cip); in GetCachedDeclSourceFile()144 std::string ABIWrapper::GetDeclSourceFile(const clang::Decl *decl, in GetDeclSourceFile() function in header_checker::dumper::ABIWrapper