Home
last modified time | relevance | path

Searched refs:hasDeclaration (Results 1 – 3 of 3) sorted by relevance

/bionic/tools/versioner/src/
DDeclarationDatabase.h171 bool hasDeclaration(const CompilationType& type) const;
DDeclarationDatabase.cpp328 bool Symbol::hasDeclaration(const CompilationType& type) const { in hasDeclaration() function in Symbol
Dversioner.cpp403 if (!symbol_it.second.hasDeclaration(type)) { in checkVersions()