Searched refs:currentType (Results 1 – 3 of 3) sorted by relevance
27 ast::Type currentType, bool allowNonCoreConstraints, in codeCompleteConstraintName() argument
55 virtual void codeCompleteConstraintName(ast::Type currentType,
809 void codeCompleteConstraintName(ast::Type currentType, in codeCompleteConstraintName() argument833 if (!currentType) { in codeCompleteConstraintName()843 if (!currentType || currentType.isa<ast::AttributeType>()) in codeCompleteConstraintName()846 if (!currentType || currentType.isa<ast::ValueType>()) in codeCompleteConstraintName()849 if (!currentType || currentType.isa<ast::ValueRangeType>()) in codeCompleteConstraintName()873 if (currentType && !currentType.refineWith(constraintType)) in codeCompleteConstraintName()