Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp48 …VariablePathComponent (const glu::VariableDeclaration* decl) :m_type(TYPE_DECLARATION) { m_data.d… in VariablePathComponent()
55 bool isDeclaration (void) const { return m_type == TYPE_DECLARATION; } in isDeclaration()
66 TYPE_DECLARATION, enumerator
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/
DRecordPublicApiRules.java204 || node.getNodeType() == ASTNode.TYPE_DECLARATION) { in isMemberPublicApiEligible()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
DBodyDeclarationLocators.java92 case ASTNode.TYPE_DECLARATION: in createLocators()