OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTagDeclQualifiedName
(Results
1 - 2
of
2
) sorted by null
/development/vndk/tools/header-checker/header-abi-dumper/src/
abi_wrappers.h
54
std::string
GetTagDeclQualifiedName
(const clang::TagDecl *decl) const;
abi_wrappers.cpp
155
std::string ABIWrapper::
GetTagDeclQualifiedName
(
480
std::string qualified_name =
GetTagDeclQualifiedName
(record_decl_);
552
std::string enum_name =
GetTagDeclQualifiedName
(enum_decl_);
Completed in 56 milliseconds