HomeSort by relevance Sort by last modified time
    Searched refs:GetDeclSourceFile (Results 1 - 3 of 3) sorted by null

  /development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.cpp 35 std::string ABIWrapper::GetDeclSourceFile(const clang::Decl *decl,
286 std::string source_file = GetDeclSourceFile(function_decl_, cip_);
512 std::string source_file = GetDeclSourceFile(record_decl_, cip_);
567 std::string source_file = GetDeclSourceFile(enum_decl_, cip_);
607 std::string source_file = GetDeclSourceFile(global_var_decl_, cip_);
abi_wrappers.h 37 static std::string GetDeclSourceFile(const clang::Decl *decl,
ast_processing.cpp 138 std::string source_file = ABIWrapper::GetDeclSourceFile(decl, cip_);

Completed in 1027 milliseconds