Searched refs:variableType (Results 1 – 3 of 3) sorted by relevance
443 TType variableType; in acceptDeclaration() local444 variableType.shallowCopy(declaredType); in acceptDeclaration()449 variableType.transferArraySizes(arraySizes); in acceptDeclaration()450 variableType.copyArrayInnerSizes(declaredType.getArraySizes()); in acceptDeclaration()453 if (variableType.getBasicType() == EbtSampler) { in acceptDeclaration()459 acceptPostDecls(variableType.getQualifier()); in acceptDeclaration()474 … if (variableType.getBasicType() != EbtString && parseContext.getAnnotationNestingLevel() == 0) { in acceptDeclaration()476 parseContext.declareTypedef(idToken.loc, *fullName, variableType); in acceptDeclaration()477 else if (variableType.getBasicType() == EbtBlock) { in acceptDeclaration()480 parseContext.declareBlock(idToken.loc, variableType, fullName); in acceptDeclaration()[all …]
815 public static Map<String, String> getVariables(VariableType variableType) { in getVariables() argument820 …i = (variableType == VariableType.full || type.equals("grandfathered")) ? sc.getAvailableCodes(typ… in getVariables()
2440 String variableType = null;2444 variableType = variable.group();2451 lookup.add(new CoverageLevel2.MyRegexFinder(pattern, variableType, ci), ci.value);