Searched refs:FixedTy (Results 1 – 1 of 1) sorted by relevance
3983 QualType FixedTy = in CheckTypedefForVariablyModifiedType() local3986 if (!FixedTy.isNull()) { in CheckTypedefForVariablyModifiedType()3988 NewTD->setTypeSourceInfo(Context.getTrivialTypeSourceInfo(FixedTy)); in CheckTypedefForVariablyModifiedType()4593 QualType FixedTy = in CheckVariableDeclaration() local4597 if (FixedTy.isNull() && T->isVariableArrayType()) { in CheckVariableDeclaration()4616 if (FixedTy.isNull()) { in CheckVariableDeclaration()4626 NewVD->setType(FixedTy); in CheckVariableDeclaration()9392 QualType FixedTy = TryToFixInvalidVariablyModifiedType(T, Context, in CheckFieldDecl() local9395 if (!FixedTy.isNull()) { in CheckFieldDecl()9397 T = FixedTy; in CheckFieldDecl()