OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LocalIdentifier
(Results
1 - 5
of
5
) sorted by null
/system/tools/hidl/
Scope.h
30
struct
LocalIdentifier
;
43
virtual
LocalIdentifier
*lookupIdentifier(const std::string &name) const;
82
struct
LocalIdentifier
{
83
LocalIdentifier
();
84
virtual ~
LocalIdentifier
();
Scope.cpp
82
LocalIdentifier
*Scope::lookupIdentifier(const std::string & /*name*/) const {
201
LocalIdentifier
::
LocalIdentifier
(){}
202
LocalIdentifier
::~
LocalIdentifier
(){}
204
bool
LocalIdentifier
::isEnumValue() const {
EnumType.h
40
LocalIdentifier
*lookupIdentifier(const std::string &name) const override;
123
struct EnumValue : public
LocalIdentifier
{
EnumType.cpp
110
LocalIdentifier
*EnumType::lookupIdentifier(const std::string &name) const {
hidl-gen_y.yy
677
LocalIdentifier
*iden = ast->scope()->lookupIdentifier(identifier);
Completed in 1685 milliseconds